Works on slimes.

This commit is contained in:
Neerti
2018-09-13 06:08:13 -04:00
parent 0c0246e3fa
commit 16b40f0dcd
29 changed files with 1383 additions and 53 deletions
+3 -1
View File
@@ -87,7 +87,7 @@
// The actual damage/electrocution is handled by tesla_zap().
L.Paralyse(5)
L.stuttering += 20
L.make_jittery(20)
L.make_jittery(150)
L.emp_act(1)
to_chat(L, span("critical", "You've been struck by lightning!"))
@@ -102,6 +102,8 @@
SA.ash()
continue // No point deafening something that wont exist.
if(istype(L, /mob/living/simple
// Deafen them.
if(L.get_ear_protection() < 2)
L.AdjustSleeping(-100)