we love dumping everything into one commit!

- added beanbag and GATO beanbag chairs
- added big bottles of soda (found in gato cola vendors)
- tweaked prices of RCDs and insuls
This commit is contained in:
evilew
2024-12-09 19:43:32 +01:00
parent 118591046d
commit 8f6e5f9ee4
9 changed files with 58 additions and 4 deletions
@@ -0,0 +1,35 @@
////////////////////////////////////////////////////////////////////////////////
/// GS13 - big bottles
////////////////////////////////////////////////////////////////////////////////
//unfortunately I wasn't able to code in a fancy overlay that changes depending on bottle's contents volume
//however if anyone would like to give it a go, the sprites for it are already there, in the .dmi
/obj/item/reagent_containers/food/drinks/bigbottle
name = "Bottle"
desc = "You shouldn't see this."
icon = 'GainStation13/icons/obj/food/bigbottle.dmi'
icon_state = "bigbottle"
list_reagents = list(/datum/reagent/consumable/space_cola = 25)
foodtype = SUGAR
/obj/item/reagent_containers/food/drinks/bigbottle/starkist
name = "StarKist Bottle"
desc = "A big bottle of Sunkist - for all your chuggin' needs."
icon_state = "bigbottle_fan"
list_reagents = list(/datum/reagent/consumable/space_cola = 40, /datum/reagent/consumable/orangejuice = 40)
foodtype = SUGAR
/obj/item/reagent_containers/food/drinks/bigbottle/cola
name = "GT-Cola Bottle"
desc = "A big bottle of GT-Cola - for all your chuggin' needs."
icon_state = "bigbottle_cola"
list_reagents = list(/datum/reagent/consumable/space_cola = 80)
foodtype = SUGAR
/obj/item/reagent_containers/food/drinks/bigbottle/spaceup
name = "Space-Up! Bottle"
desc = "A big bottle of Space-Up! - for all your chuggin' needs."
icon_state = "bigbottle_spr"
list_reagents = list(/datum/reagent/consumable/space_up = 80)
foodtype = SUGAR
@@ -6,12 +6,14 @@
product_slogans = "Meow~, time for some cola!"
vend_reply = "Meow~ Meow~"
products = list(
/obj/item/reagent_containers/food/drinks/beer = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/cola = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/starkist = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/space_up = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game = 10,
/obj/item/reagent_containers/food/drinks/bigbottle/starkist = 6,
/obj/item/reagent_containers/food/drinks/bigbottle/cola = 6,
/obj/item/reagent_containers/food/drinks/bigbottle/spaceup = 6,
)
contraband = list(
/obj/item/organ/ears/cat = 2,
@@ -5,6 +5,7 @@
icon_state = "mealdor"
product_slogans = "Are you hungry? Eat some of my food!;Be sure to eat one of our tasty treats!;Was that your stomach? Go ahead, get some food!"
vend_reply = "Enjoy your meal."
free = TRUE
products = list(
/obj/item/reagent_containers/food/snacks/fries = 4,