Merge pull request #3195 from MagmaRam/splints

Splints
This commit is contained in:
Anewbe
2017-04-01 12:00:32 -05:00
committed by GitHub
2 changed files with 37 additions and 1 deletions
@@ -280,7 +280,7 @@
msg += "<span class='warning'>[T.He] [T.is] twitching ever so slightly.</span>\n"
//splints
for(var/organ in list(BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM))
for(var/organ in BP_ALL)
var/obj/item/organ/external/o = get_organ(organ)
if(o && o.splinted && o.splinted.loc == o)
msg += "<span class='warning'>[T.He] [T.has] \a [o.splinted] on [T.his] [o.name]!</span>\n"