changes the price of everything to scale w/ pay

This commit is contained in:
DragonTrance
2022-06-08 18:38:41 -04:00
parent eed83f9e8c
commit a256ef54c0
38 changed files with 88 additions and 74 deletions
@@ -8,7 +8,7 @@
item_state = "nailpolish"
w_class = WEIGHT_CLASS_SMALL
var/paint = "black"
price = 5
price = PRICE_LOW * 0.5
var/mutable_appearance/bottle //show the colour on the bottle.
/obj/item/nailpolish/red
@@ -1,4 +1,4 @@
/*
/*
lover's dice: based off a really funny yakuza gif i saw on tumblr years ago
these give suggestions for sex acts to perform. it's stupid but fun.
@@ -12,7 +12,7 @@ sarcoph mar 2022
desc = "Contains all the intimate ideas you'll ever need. A game that everyone wins!"
icon = 'hyperstation/icons/obj/toy.dmi'
icon_state = "lovedicebag"
price = 1
price = PRICE_LOW
/obj/item/storage/pill_bottle/lovedice/Initialize()
. = ..()