[NO GBP] Hotfix - Fixes moth suits not hiding wings like they're supposed to (#21922)

Fixes moth suit not hiding wings like it's supposed to
This commit is contained in:
Bloop
2023-06-23 18:29:21 -04:00
committed by GitHub
parent 707a5d19e4
commit 655e8da32d
+1 -1
View File
@@ -89,7 +89,7 @@
/datum/bodypart_overlay/mutant/wings/moth/can_draw_on_bodypart(mob/living/carbon/human/human)
if(!(human.wear_suit?.flags_inv & HIDEMUTWINGS))
return ..(human, ignore_suit = TRUE) //SKYRAT - Customization - ORIGINAL: return TRUE
return ..() //SKYRAT EDIT - Customization - ORIGINAL: return FALSE
return FALSE
/datum/bodypart_overlay/mutant/wings/moth/get_base_icon_state()
return burnt ? burn_datum.icon_state : sprite_datum.icon_state