This commit is contained in:
kevinz000
2020-01-25 17:04:07 -07:00
parent 70c9a9a25f
commit ec69b9de4d
4 changed files with 143 additions and 95 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
whirlm.apply_damage(4, BRUTE, pick("l_leg", "r_leg")) //drain should only target the legs
to_chat(whirlm, "<span class='danger'>Your legs are caught in the drain!</span>")
else
for(var/turf/open/pool/P in controller.linked_turfs))
for(var/turf/open/pool/P in controller.linked_turfs)
P.filled = FALSE
P.update_icon()
for(var/obj/efefct/whirlpool/W in range(1, src))