mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Missing hand equip bugfix (#12019)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user