Fixes vision updates such as implants and similar

This commit is contained in:
Crazylemon64
2016-12-21 17:59:08 -08:00
parent c0cd2c263f
commit 339a187f9f
3 changed files with 62 additions and 105 deletions
+1 -1
View File
@@ -1028,7 +1028,7 @@ body
to_chat(usr, "Mob doesn't exist anymore")
return
if(!(locateUID(rem_organ) in M.internal_organs))
if(!(rem_organ in M.internal_organs))
to_chat(usr, "Mob does not have that organ.")
return