From 0ceac0cbf45e734b6afb1463fba1386ca943228d Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:41:45 +0100 Subject: [PATCH] prices --- hyperstation/code/obj/fleshlight.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index c70c8981..f6b494c4 100644 --- a/hyperstation/code/obj/fleshlight.dm +++ b/hyperstation/code/obj/fleshlight.dm @@ -9,7 +9,7 @@ item_state = "fleshlight" w_class = WEIGHT_CLASS_SMALL var/sleevecolor = "#ffcbd4" //pink - price = 12 + price = 8 var/mutable_appearance/sleeve var/inuse = 0 @@ -262,6 +262,7 @@ icon = 'hyperstation/icons/obj/fleshlight.dmi' desc = "A small silver box with Silver Love Co embossed." icon_state = "box" + price = 15 // portal fleshlight box /obj/item/storage/box/portallight/PopulateContents()