From 51892382dd56afd69bcdb616c3df46ade36b2c44 Mon Sep 17 00:00:00 2001 From: Paxilmaniac <57122098+Paxilmaniac@users.noreply.github.com> Date: Sat, 11 Jan 2020 20:13:10 -0800 Subject: [PATCH] people can still hear your music when you are wearing airpods, especially that one guy that has his rap music at like 9000 Db custom_premium_price is cool --- code/modules/clothing/ears/_ears.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() . = ..()