Closets and Mechs no longer prevent death by freefall

This commit is contained in:
Anewbe
2018-02-05 00:53:12 -06:00
parent 6f8d35a2b3
commit 67e22cf0a6
5 changed files with 104 additions and 77 deletions
+2 -1
View File
@@ -323,7 +323,8 @@
// sync the organ's damage with its wounds
src.update_damages()
owner.updatehealth() //droplimb will call updatehealth() again if it does end up being called
if(owner)
owner.updatehealth() //droplimb will call updatehealth() again if it does end up being called
//If limb took enough damage, try to cut or tear it off
if(owner && loc == owner && !is_stump())