mobility flags

This commit is contained in:
kevinz000
2020-01-06 21:47:27 -08:00
parent 7006f2b1be
commit 3efdf013e6
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -259,7 +259,7 @@
if(updating)
update_mobility()
//makes sure nothing is longer
/// Makes sure all 4 of the non-knockout immobilizing status effects are lower or equal to amount.
/mob/living/proc/HealAllImmobilityupto(amount, updating, ignore_canstun = FALSE)
if(AmountStun() > amount)
SetStun(amount, FALSE, ignore_canstun)