diff --git a/code/modules/mob/living/simple_animal/friendly/adhomai.dm b/code/modules/mob/living/simple_animal/friendly/adhomai.dm index d6558845276..1646ec1d6e6 100644 --- a/code/modules/mob/living/simple_animal/friendly/adhomai.dm +++ b/code/modules/mob/living/simple_animal/friendly/adhomai.dm @@ -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 \ No newline at end of file diff --git a/html/changelogs/geeves-schlorggo_falls.yml b/html/changelogs/geeves-schlorggo_falls.yml new file mode 100644 index 00000000000..30b333846e4 --- /dev/null +++ b/html/changelogs/geeves-schlorggo_falls.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Schlorrgo now harmlessly bounce when falling down z-levels." \ No newline at end of file