mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Merge branch 'master' of git@github.com:CIB/Baystation12
This commit is contained in:
@@ -1207,7 +1207,7 @@ datum/preferences
|
||||
|
||||
var/status = organ_data[name]
|
||||
if(status == "amputated")
|
||||
del O
|
||||
O.status |= DESTROYED
|
||||
else if(status == "cyborg")
|
||||
O.status |= ROBOT
|
||||
|
||||
|
||||
@@ -226,6 +226,11 @@ datum/preferences
|
||||
if(organ_data["head"] != "amputated")
|
||||
preview_icon.Blend(new /icon('human.dmi', "head_[g]_s"), ICON_OVERLAY)
|
||||
|
||||
for(var/name in list("l_arm","r_arm","l_leg","r_leg","l_foot","r_foot","l_hand","r_hand"))
|
||||
// make sure the organ is added to the list so it's drawn
|
||||
if(organ_data[name] == null)
|
||||
organ_data[name] = null
|
||||
|
||||
for(var/name in organ_data)
|
||||
if(organ_data[name] == "amputated") continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user