mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Replaces ORGAN_SPLINTED
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
|
||||
if(user.wear_suit == src)
|
||||
for(var/obj/item/organ/external/E in user.organs)
|
||||
if(E.apply_splint(src))
|
||||
if(E.is_broken() && E.apply_splint(src))
|
||||
user << "You feel [src] constrict about your [E.name], supporting it."
|
||||
supporting_limbs |= E
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user