Update code/modules/pool/pool_drain.dm as per ghom suggestion 2

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Detective-Google
2020-02-12 23:43:32 -06:00
committed by GitHub
parent 25c677942a
commit a8aa9ac24b

View File

@@ -94,7 +94,7 @@
H.adjustBruteLoss(2)
to_chat(H, "<span class='danger'>You're caught in the drain!</span>")
else
H.apply_damage(2.5, BRUTE, pick("l_leg", "r_leg")) //drain should only target the legs
H.apply_damage(2.5, BRUTE, pick(BODY_ZONE_L_LEG, BODY_ZONE_R_LEG)) //drain should only target the legs
to_chat(H, "<span class='danger'>Your legs are caught in the drain!</span>")
else
for(var/turf/open/pool/P in controller.linked_turfs)