mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
chomp
This commit is contained in:
@@ -1273,18 +1273,22 @@
|
||||
icon_state = "bubblegum_generic"
|
||||
illustration = null
|
||||
foldable = null
|
||||
custom_price = 150
|
||||
|
||||
/obj/item/storage/box/gum/nicotine
|
||||
name = "nicotine gum packet"
|
||||
desc = "Designed to help with nicotine addiction and oral fixation all at once without destroying your lungs in the process. Mint flavored!"
|
||||
icon_state = "bubblegum_nicotine"
|
||||
custom_premium_price = 275
|
||||
|
||||
/obj/item/storage/box/gum/happiness
|
||||
name = "HP+ gum packet"
|
||||
desc = "A seemingly homemade packaging with an odd smell. It has a weird drawing of a smiling face sticking out its tongue."
|
||||
icon_state = "bubblegum_happiness"
|
||||
custom_price = 300
|
||||
custom_premium_price = 300
|
||||
|
||||
/obj/item/storage/box/gum/happiness/Initialize()
|
||||
. = ..()
|
||||
if (prob(50))
|
||||
desc += "You can faintly make out the word 'Hemopagopril' was once scribbled on the faded packaging."
|
||||
desc += "You can faintly make out the word 'Hemopagopril' was once scribbled under the new packaging."
|
||||
@@ -15,6 +15,7 @@
|
||||
/obj/item/storage/fancy/rollingpapers = 5)
|
||||
contraband = list(/obj/item/clothing/mask/vape = 5)
|
||||
premium = list(/obj/item/storage/fancy/cigarettes/cigpack_robustgold = 3,
|
||||
/obj/item/storage/box/gum/nicotine = 2
|
||||
/obj/item/lighter = 3,
|
||||
/obj/item/storage/fancy/cigarettes/cigars = 1,
|
||||
/obj/item/storage/fancy/cigarettes/cigars/havana = 1,
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
contraband = list(/obj/item/reagent_containers/pill/tox = 3,
|
||||
/obj/item/reagent_containers/pill/morphine = 4,
|
||||
/obj/item/reagent_containers/pill/multiver = 6,
|
||||
/obj/item/storage/box/gum/happiness = 3,
|
||||
/obj/item/storage/box/hug/medical = 1)
|
||||
premium = list(/obj/item/reagent_containers/medigel/instabitaluri = 2,
|
||||
/obj/item/storage/pill_bottle/psicodine = 2,
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
/obj/item/reagent_containers/medigel/aiuri = 2,
|
||||
/obj/item/reagent_containers/medigel/sterilizine = 1)
|
||||
contraband = list(/obj/item/reagent_containers/pill/tox = 2,
|
||||
/obj/item/reagent_containers/pill/morphine = 2)
|
||||
/obj/item/reagent_containers/pill/morphine = 2,
|
||||
/obj/item/storage/box/gum/happiness = 1)
|
||||
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
|
||||
resistance_flags = FIRE_PROOF
|
||||
refill_canister = /obj/item/vending_refill/wallmed
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky = 6,
|
||||
/obj/item/reagent_containers/food/snacks/no_raisin = 6,
|
||||
/obj/item/reagent_containers/food/drinks/dry_ramen = 3,
|
||||
/obj/item/storage/box/gum = 3,
|
||||
/obj/item/reagent_containers/food/snacks/energybar = 6)
|
||||
contraband = list(/obj/item/reagent_containers/food/snacks/syndicake = 6,
|
||||
/obj/item/reagent_containers/food/snacks/candy/bronx = 1)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 73 KiB |
Reference in New Issue
Block a user