diff --git a/code/modules/clothing/ears/_ears.dm b/code/modules/clothing/ears/_ears.dm index 79edf303545..4c7f3266e31 100644 --- a/code/modules/clothing/ears/_ears.dm +++ b/code/modules/clothing/ears/_ears.dm @@ -13,7 +13,7 @@ icon_state = "spacepods" item_state = "spacepods" strip_delay = 100 //air pods don't fall out - custom_price = 1800 + custom_premium_price = 1800 /obj/item/clothing/ears/spacepods/ComponentInitialize() . = ..()