Skip to content

Commit

Permalink
[s] Fixes an exploit (#28213)
Browse files Browse the repository at this point in the history
* [s] Fixes an exploit

* oops
  • Loading branch information
Contrabang authored Feb 1, 2025
1 parent 99ad70a commit 81e777b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/gamemodes/miniantags/morph/morph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
failed_ambush()
to_chat(src, "<span class='warning'>You moved out of your ambush spot!</span>")

/mob/living/simple_animal/hostile/morph/add_ventcrawl()
. = ..()
on_move()

/mob/living/simple_animal/hostile/morph/death(gibbed)
. = ..()
add_to_all_human_data_huds()
Expand Down

0 comments on commit 81e777b

Please sign in to comment.