fleure
30d5da6205
Merge pull request #2769 from Aranclanos/handcuffedhands
...
you can't give items to people handcuffed.
2014-02-16 14:26:52 +00:00
MrPerson
68ad6f352f
Merge pull request #2768 from Rockdtben/removeUnusedRadarVar
...
Removed two unused variables.
2014-02-15 19:13:13 -08:00
hornygranny
e0d0cedf36
passed over everything with throwforce
2014-02-13 18:06:50 -08:00
Rockdtben
0ffbc6bad2
Merge pull request #2758 from hornygranny/monkeynecromancy
...
Fixes #2383
2014-02-13 17:21:39 -06:00
fleure
4ef72bd071
Merge pull request #2746 from Ergovisavi/pai_runtimes
...
Fixes runtimes generated by the pai mob when it tries to click on things
2014-02-13 18:48:24 +00:00
Cheridan
fbcacb4fa4
Merge pull request #2755 from hornygranny/syndieborg
...
Fixes #2723
2014-02-13 11:39:19 -06:00
Aranclanos
940aa0574d
you can't add items to people handcuffed.
...
Moved some stuff around on the equipping code, stuff might go wrong but I can't see anything yet.
2014-02-13 13:58:53 -03:00
Rockdtben
5768a0d58e
These variables aren't used anywhere in the code. Removed.
2014-02-13 10:12:35 -06:00
fleure
db0009d334
Merge pull request #2693 from Giacom/spooky_scary_statues
...
Just some general polishing for the statue mobs.
2014-02-13 11:36:21 +00:00
Cheridan
28a11b4db2
Merge pull request #2736 from Ergovisavi/who_smashes_the_smashers
...
Removed environment_smash for a few hostile mobs that don't need it.
2014-02-13 02:00:29 -06:00
hornygranny
aa303fac2d
Monkey attack messages now use span class
2014-02-12 16:43:31 -08:00
hornygranny
4933571c5e
Changed "Monkey (420) has bit x" messages to "(Monkey (420) bites x"
2014-02-12 13:57:47 -08:00
Razharas
2edc78a4fb
Merge pull request #2676 from Tenebrosity/nospacefallspls
...
Removes falling over in space, fixes #2680
2014-02-12 13:16:59 -08:00
hornygranny
1db0b1be71
Fixes #2383
2014-02-12 13:12:45 -08:00
hornygranny
fc25325c24
Fixes #2723
2014-02-12 11:06:00 -08:00
Ergovisavi
23a2f5b38c
Fixes runtimes generated by the pai mob when it tries to click on things
2014-02-11 18:15:25 -08:00
Ergovisavi
f900a3b148
Removes environment_smash for a few hostile mobs that don't really need it. Pete started breaking tables instead of just windows after the simple mob overhaul and too much fun was occurring.
2014-02-11 00:37:30 -08:00
Giacomand
679a80c436
Just some general polishing for the statue mobs.
...
Statue mobs can't change their direction while seen.
Lowered the range for flickering lights.
Lowered the cooldown for blinding people, added user feedback when the spell is used.
The blindness spell will affect people within objects.
2014-02-09 06:11:51 +00:00
Razharas
17994e728e
Merge pull request #2666 from Giacom/spooky_scary_statues
...
Adds a new statue hostile mob!
2014-02-08 11:16:23 -08:00
Razharas
7893b99e37
Merge pull request #2661 from Ergovisavi/mob_env_smash_fix
...
Fixed hostile mobs hitting grilles and the like through windows (again)
2014-02-08 04:37:26 -08:00
Razharas
4ea05add26
Merge pull request #2649 from YotaXP/lighting-squared
...
Reduced the potency of carrying multiple light sources.
2014-02-08 04:13:57 -08:00
Razharas
0d1da7615c
Merge pull request #2646 from Incoming5643/minorminer
...
Gives mining borgs an analyzer so they can defuse gibtonite properly
2014-02-08 04:07:33 -08:00
Ergovisavi
93af6f629c
Fixed hostile mobs hitting objects through windows and the like (again)
...
Removed mouse_opacity = 2 from default hostile mobs
2014-02-07 20:56:11 -08:00
Tenebrosity
a3e8c6a9b6
Removes slipping in space
...
Added a standing check before damage is applied by lube. Aliens and
hulks won't take damage for sliding on lube.
2014-02-08 16:38:21 +13:00
Tenebrosity
f495c1caac
Removes falling in space
...
You can still be stunned, slip (unfortunately), be pushed or die, your
icon just remains upright to simulate zero gravity. Upon being dragged
into the station, your body thumps to the ground inside the airlock.
It's pretty neat.
2014-02-08 13:58:22 +13:00
Giacomand
3a8f8113fc
The statue will call dust() when gibbed.
...
Increased the range of blind() so mobs just outside his can_be_seen() check won't stop it from blinding them.
Added a client check for AI stuff.
2014-02-07 23:26:17 +00:00
Giacomand
d6dad8cbf2
Changed their name and description so they almost match with the ordinary statues.
2014-02-07 20:07:48 +00:00
Giacomand
b5ece48138
Fixed statues trying to attack mice behind walls.
...
Buffed their speed and damage.
Reduced their vision range a bit.
Statues will now attack nearby mobs when after a target.
2014-02-07 17:44:36 +00:00
Giacomand
fc398b3545
Merge branch 'master' of https://github.com/tgstation/-tg-station into spooky_scary_statues
2014-02-06 21:38:55 +00:00
Giacomand
42ecb2471f
Adds a new statue hostile mob!
...
This hostile mob is very much like other monsters that move/kill you when you don't look at them.
This mob is also designed to be player controlled and has spells to get around the 360 vision problem, such as flickering lights and causing people around it to go blind for a short duration.
CANPUSH is now used by simple_animals
Added 4 directional sprites for the statue.
2014-02-06 20:28:15 +00:00
Tenebrosity
8a6bcf61f7
Fixes #2603 : Bodyfall thuds in cryo and cloning
...
All carbon mobs have fall sounds now.
Fall sounds are now called by the turf the faller is on, not the faller
themselves.
Thank you Razharas for generously helping me with this.
2014-02-06 18:32:31 +13:00
YotaXP
6db2c59772
Reduced the potency of carrying multiple light sources.
2014-02-05 16:54:46 -05:00
Incoming
2efdc43bdb
Gives mining borgs an analyzer so they can defuse gibingtonite properly
2014-02-05 13:16:04 -05:00
MrPerson
931da9e7ef
Many changes
...
Much diff
2014-02-04 22:49:38 -08:00
Mloc-Argent
a677ae8377
Adds crlf default to .gitattributes for most text file types we use.
...
Massive green/red is to the best of my knowledge caused by files being nearly entirely LF.
Signed-off-by: Mloc-Argent <colmohici@gmail.com >
2014-02-04 15:14:39 +00:00
Razharas
2ac38e0706
Merge pull request #2557 from Tenebrosity/awaycorpsespawnerfix
...
Fixes away map dead slime and AI spawners
2014-02-03 23:05:25 -08:00
Razharas
43a5b6a605
Merge pull request #2583 from Incoming5643/bugfixenfeb
...
Various Bugfixes
2014-02-03 22:05:18 -08:00
fleure
43db629b4d
Merge pull request #2599 from Ergovisavi/mobs_hate_mechs
...
Fixes issue #555
2014-02-03 13:41:28 -08:00
fleure
0d68be7931
Merge pull request #2564 from Tenebrosity/fallsounds
...
Fixes thuds in space and code for hats falling off
2014-02-03 10:41:59 -08:00
fleure
a854a41994
Merge pull request #2540 from Incoming5643/blobjob
...
BE_BLOB and easy adminblobing
2014-02-03 10:34:31 -08:00
Cheridan
ad235cf18f
Merge pull request #2563 from Razharas/NewTables
...
New PR for crafting tables
2014-02-03 08:46:56 -08:00
Ergovisavi
9288ca9d69
Fixes issue 555 by making hostile mobs run CanAttack() on the occupant of mechs
...
Fixes Walking Shrooms not having full health when spawned due to the way their health is randomized on New()
Removes unncessary logging in friendly gold slime reactions, hostile ones retain logging.
Adds asteroid mobs, mushrooms, and holocarp to the blocked list for gold slime reactions.
2014-02-02 18:52:36 -08:00
Cheridan
edc38ce181
Merge pull request #2586 from GarrusVakarian/issue#2454fix
...
Fixed issue #2454 (Ian loving people while dead)
do note however, that Ian still loves you very much
2014-02-02 13:04:07 -08:00
Tenebrosity
e33f91229b
Gameticker checks for mind in end of game readout
...
This stops AI corpses showing up in the end of round report. It also
means that a ghosted (whether after death or by going catatonic) AI or
borg will now have its player shown at the end of the round.
2014-02-03 05:27:03 +13:00
fleure
68abd1f0e4
Merge pull request #2510 from Tenebrosity/throwsounds
...
Removes throwtapsound var from items
2014-02-02 04:33:23 -08:00
Cheridan
00d85c344d
Merge pull request #2547 from Ergovisavi/mushroom_hunter
...
Walking Mushrooms will now hunt and eat eachother
hydroponics best department
2014-02-01 21:14:28 -08:00
GarrusVakarian
f47ea4fb7b
Adapted to programming standard
2014-02-02 04:57:57 +01:00
Cheridan
1d54687b2b
Merge pull request #2477 from Tenebrosity/Branch_Branch_attacksounds
...
Attack sounds for all melee weapons
2014-02-01 18:01:59 -08:00
Incoming
c587f95d03
Changes the returns around for facehuggers to be inclusionary return 1 instead of exclusionary return 0
2014-02-01 20:44:17 -05:00
Aranclanos
17d466199c
fixes issue 2587
2014-02-01 22:03:41 -03:00