Skip to content

Commit

Permalink
fixes zombies missing claws on transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
=vero committed Mar 24, 2024
1 parent 9fb1a9c commit 7d49356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/diseases/black_goo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@

/datum/disease/black_goo/proc/zombie_transform(mob/living/carbon/human/human)
set waitfor = 0
if(human.buckled):

Check failure on line 144 in code/datums/diseases/black_goo.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got ':', expected one of: '{', ';', if, while, do, for, spawn, switch, try, set, break, continue, del, var, return, CRASH, throw, goto, operator, term
human.buckled.unbuckle()
zombie_is_transforming = TRUE
human.vomit_on_floor()
human.adjust_effect(5, STUN)
Expand Down

0 comments on commit 7d49356

Please sign in to comment.