This commit is contained in:
silicons
2020-07-23 10:12:34 -07:00
parent 2eb6f0467d
commit 89a1fa544e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -676,7 +676,7 @@
..(pressure_difference, direction, pressure_resistance_prob_delta)
/mob/living/can_resist()
return !CheckResistCooldown() && CHECK_MOBILITY(src, MOBILITY_RESIST)
return CheckResistCooldown() && CHECK_MOBILITY(src, MOBILITY_RESIST)
/// Resist verb for attempting to get out of whatever is restraining your motion. Gives you resist clickdelay if do_resist() returns true.
/mob/living/verb/resist()