fixes some fun limb code

This commit is contained in:
DeltaFire
2020-10-03 21:51:49 +02:00
parent 56ddfae693
commit 79af981467
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -581,7 +581,7 @@
C = owner
no_update = FALSE
if(HAS_TRAIT(C, TRAIT_HUSK) && is_organic_limb())
if(HAS_TRAIT(C, TRAIT_HUSK) && (is_organic_limb() || render_like_organic))
species_id = "husk" //overrides species_id
dmg_overlay_type = "" //no damage overlay shown when husked
should_draw_gender = FALSE