Missing hand equip bugfix (#12019)

This commit is contained in:
Doxxmedearly
2021-06-13 19:53:06 -03:00
committed by GitHub
parent 1fbbc4ff3a
commit 8b2987f02f
4 changed files with 37 additions and 5 deletions
+2
View File
@@ -1169,6 +1169,8 @@ Note that amputating the affected organ does in fact remove the infection from t
return 0
/obj/item/organ/external/is_usable()
if(is_stump())
return FALSE
if(is_dislocated())
return FALSE
if(tendon_status() & TENDON_CUT)