mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 20:22:38 +01:00
Works on slimes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user