config junk

This commit is contained in:
DragonTrance
2022-06-09 17:54:40 -04:00
parent c771649850
commit 7bae2a36ee
51 changed files with 192 additions and 114 deletions
+1 -1
View File
@@ -240,7 +240,7 @@
desc = "Holds a variety of gear for \"alternative\" peacekeeping."
icon_state = "slutbelt"
item_state = "slut"
price = PRICE_EROTICA
economy_type = ECONOMY_PRICE_EROTIC
obj/item/storage/belt/slut/ComponentInitialize()
. = ..()
+4 -2
View File
@@ -418,7 +418,8 @@
desc = "<B>Instructions:</B> <I>Heat in microwave. Product will cool if not eaten within seven minutes.</I>"
icon_state = "donkpocketbox"
illustration=null
price = PRICE_EXPENSIVE * 0.85
economy_type = ECONOMY_PRICE_EXPENSIVE_AF
economy_price_mul = 0.85
var/donktype = /obj/item/reagent_containers/food/snacks/donkpocket
var/warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm
@@ -675,9 +676,10 @@
item_state = "zippo"
w_class = WEIGHT_CLASS_TINY
slot_flags = ITEM_SLOT_BELT
price = PRICE_LOW * 0.5
drop_sound = 'sound/items/handling/matchbox_drop.ogg'
pickup_sound = 'sound/items/handling/matchbox_pickup.ogg'
economy_type = ECONOMY_PRICE_LOW
economy_price_mul = 0.5
/obj/item/storage/box/matches/ComponentInitialize()
. = ..()
+5 -4
View File
@@ -136,7 +136,7 @@
slot_flags = ITEM_SLOT_BELT
icon_type = "cigarette"
spawn_type = /obj/item/clothing/mask/cigarette/space_cigarette
price = PRICE_LOW * 0.5
economy_type = ECONOMY_PRICE_LOW
/obj/item/storage/fancy/cigarettes/ComponentInitialize()
. = ..()
@@ -231,7 +231,7 @@
desc = "Smoked by the truly robust."
icon_state = "robustg"
spawn_type = /obj/item/clothing/mask/cigarette/robustgold
price = PRICE_LOW * 1.25
economy_price_mul = 1.5
/obj/item/storage/fancy/cigarettes/cigpack_carp
name = "\improper Carp Classic packet"
@@ -283,7 +283,7 @@
icon_state = "cig_paper_pack"
icon_type = "rolling paper"
spawn_type = /obj/item/rollingpaper
price = PRICE_LOW * 0.25
economy_price_mul = 0.25
/obj/item/storage/fancy/rollingpapers/ComponentInitialize()
. = ..()
@@ -308,7 +308,8 @@
w_class = WEIGHT_CLASS_NORMAL
icon_type = "premium cigar"
spawn_type = /obj/item/clothing/mask/cigarette/cigar
price = PRICE_BASE
economy_type = ECONOMY_PRICE_EXPENSIVE
economy_price_mul = 0.75
/obj/item/storage/fancy/cigarettes/cigars/ComponentInitialize()
. = ..()