Fixes broken ui action button for toggling chef apron's sleeves and owl's wings.

Fixes surviving suicide
Fixes suicide damage overlays.
Fixes ninja regen "clothes warm" spam message. (moving rad armor check outside of apply_effect)
Fixes ninja smoke bomb count.
Fixes dead shaved corgi
Fixes lipozine still being in code.
Fixes flattening boxes requiring them to have their window opened.
Fixes armor softening message from disarm attack.
Fixes player being forced to play spiders without choosing.
This commit is contained in:
phil235
2015-04-14 13:54:36 +02:00
parent 8123093880
commit 081bae6740
34 changed files with 111 additions and 60 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
if(world.time > last_event+15)
active = 1
for(var/mob/living/L in range(3,src))
L.apply_effect(12,IRRADIATE,0)
L.irradiate(12)
for(var/turf/simulated/wall/mineral/uranium/T in range(3,src))
T.radiate()
last_event = world.time
+1 -1
View File
@@ -180,7 +180,7 @@
if(world.time > last_event+15)
active = 1
for(var/mob/living/L in range(3,src))
L.apply_effect(12,IRRADIATE,0)
L.irradiate(12)
last_event = world.time
active = null
return