diff --git a/hyperstation/code/obj/condom.dm b/hyperstation/code/obj/condom.dm index bdb8ff3b6..159bc7bdd 100644 --- a/hyperstation/code/obj/condom.dm +++ b/hyperstation/code/obj/condom.dm @@ -7,9 +7,9 @@ icon = 'hyperstation/icons/obj/condom.dmi' throwforce = 0 icon_state = "b_condom_wrapped" - var/unwrapped = 0 + var/unwrapped = 0 w_class = WEIGHT_CLASS_TINY - price = PRICE_LOW * 1.25 + price = PRICE_LOW * 0.5 obj/item/condom/Initialize() create_reagents(300, DRAWABLE|NO_REACT) diff --git a/hyperstation/code/obj/sounding.dm b/hyperstation/code/obj/sounding.dm index 685d658d5..e6f07cdbf 100644 --- a/hyperstation/code/obj/sounding.dm +++ b/hyperstation/code/obj/sounding.dm @@ -4,9 +4,9 @@ icon = 'hyperstation/icons/obj/sounding.dmi' throwforce = 0 icon_state = "sounding_wrapped" - var/unwrapped = 0 + var/unwrapped = 0 w_class = WEIGHT_CLASS_TINY - price = PRICE_LOW * 1.25 + price = PRICE_LOW /obj/item/sounding/attack_self(mob/user) if(!istype(user))