mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Schlorrgo Falls (#9374)
Schlorrgo now harmlessly bounce when falling down z-levels.
This commit is contained in:
@@ -147,3 +147,8 @@
|
||||
visible_message(SPAN_WARNING("[src] harmlessly bounces off \the [T]!"))
|
||||
playsound(T, 'sound/effects/bangtaper.ogg', 50, 1, 1)
|
||||
make_noise()
|
||||
|
||||
/mob/living/simple_animal/schlorrgo/fall_impact()
|
||||
visible_message(SPAN_NOTICE("\The [src] bounces after landing!"))
|
||||
step(src, pick(alldirs), 1)
|
||||
return FALSE
|
||||
Reference in New Issue
Block a user