mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
bones breaking system
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
return
|
||||
adjustStaminaLoss(diff, updating, forced)
|
||||
|
||||
|
||||
/** adjustOrganLoss
|
||||
* inputs: slot (organ slot, like ORGAN_SLOT_HEART), amount (damage to be done), and maximum (currently an arbitrarily large number, can be set so as to limit damage)
|
||||
* outputs:
|
||||
|
||||
@@ -702,7 +702,7 @@
|
||||
else if(burndamage > 0)
|
||||
status += LB.light_burn_msg
|
||||
if(broken == 1)
|
||||
status = "broken"
|
||||
status = "fractured"
|
||||
if(status == "")
|
||||
status = "OK"
|
||||
var/no_damage
|
||||
|
||||
Reference in New Issue
Block a user