Skip to content

Commit

Permalink
Fixes ethereal undersuit being adjustable, causing an error (tgstatio…
Browse files Browse the repository at this point in the history
…n#69767)

fixed ethereal undersuit being adjustable
  • Loading branch information
Mickyan authored Sep 8, 2022
1 parent f591ea8 commit 44d9c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/under/ethereal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
greyscale_config = /datum/greyscale_config/eth_tunic
greyscale_config_worn = /datum/greyscale_config/eth_tunic_worn
flags_1 = IS_PLAYER_COLORABLE_1
can_adjust = FALSE

/obj/item/clothing/under/ethereal_tunic/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 44d9c9b

Please sign in to comment.