Adds Skeletons for background use

This commit is contained in:
Anewbe
2017-10-06 20:40:12 -05:00
parent ccd90031fa
commit 1f9a14ffd7
9 changed files with 95 additions and 14 deletions
@@ -78,7 +78,10 @@
if( H.shoes || ( H.wear_suit && (H.wear_suit.body_parts_covered & FEET) ) )
return
M << "<span class='danger'>You step on \the [src]!</span>"
if(H.species.flags & NO_MINOR_CUT)
return
to_chat(H, "<span class='danger'>You step on \the [src]!</span>")
var/list/check = list("l_foot", "r_foot")
while(check.len)