Merge pull request #2404 from Yoshax/splints

Medical splint buff and new ghetto splints.
This commit is contained in:
Neerti
2016-08-31 19:19:14 -04:00
committed by GitHub
5 changed files with 35 additions and 6 deletions

View File

@@ -124,8 +124,7 @@
if(can_reach_splints)
var/removed_splint
for(var/organ in list(BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM))
var/obj/item/organ/external/o = get_organ(organ)
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