better digitigrade icon handling, protean digi legs, prosthetic digi legs

This commit is contained in:
Seris02
2023-01-19 20:29:42 +08:00
parent 8982fda11e
commit 5c46dc1007
6 changed files with 98 additions and 151 deletions

View File

@@ -81,6 +81,7 @@
// HUD element variable, see organ_icon.dm get_damage_hud_image()
var/image/hud_damage_image
var/prosthetic_digi = FALSE //CHOMPStation edit - when it's prosthetic, can it be a digitigrade
/obj/item/organ/external/Destroy()
@@ -1139,6 +1140,7 @@ Note that amputating the affected organ does in fact remove the infection from t
force_icon = R.icon
brute_mod *= R.robo_brute_mod
burn_mod *= R.robo_burn_mod
prosthetic_digi = R.can_be_digitigrade //CHOMPStation edit
if(R.lifelike)
robotic = ORGAN_LIFELIKE
name = "[initial(name)]"