Schlorrgo Falls (#9374)

Schlorrgo now harmlessly bounce when falling down z-levels.
This commit is contained in:
Geeves
2020-07-18 23:36:56 +03:00
committed by GitHub
parent 647fb3c509
commit db3556baa6
2 changed files with 11 additions and 0 deletions
@@ -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