bone stuff

This commit is contained in:
quotefox
2019-11-08 20:48:18 +00:00
parent d2554b3ca9
commit ace551ba39
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
if(burn_dam > DAMAGE_PRECISION)
to_chat(user, "<span class='warning'>This limb has [burn_dam > 30 ? "severe" : "minor"] burns.</span>")
if(broken == TRUE)
to_chat(user, "<span class='warning'>This limb is broken.</span>")
to_chat(user, "<span class='warning'>This limb is fractured.</span>")
/obj/item/bodypart/blob_act()
take_damage(max_damage)