mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Missing legs will now also slow down movement.
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
|
||||
for(var/organ in list("l_leg","l_foot","r_leg","r_foot"))
|
||||
var/datum/organ/external/o = organs["[organ]"]
|
||||
if(o.status & BROKEN)
|
||||
if((o.status & BROKEN) || (o.status & DESTROYED))
|
||||
if(o.status & SPLINTED)
|
||||
tally += 3
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user