There's plenty lying around, I think

This commit is contained in:
Anewbe
2016-09-12 23:54:34 -05:00
parent c6715ddb35
commit 2c8a8bb6e8
2 changed files with 36 additions and 2 deletions

View File

@@ -126,9 +126,7 @@
var/removed_splint
for(var/obj/item/organ/external/o in organs)
if (o && o.status & ORGAN_SPLINTED)
var/obj/item/W = new /obj/item/stack/medical/splint(get_turf(src), 1)
o.status &= ~ORGAN_SPLINTED
W.add_fingerprint(user)
removed_splint = 1
if(removed_splint)
visible_message("<span class='danger'>\The [user] removes \the [src]'s splints!</span>")