mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Various removals. (#14135)
This commit is contained in:
@@ -2015,7 +2015,7 @@
|
||||
glass_center_of_mass = list("x"=17, "y"=6)
|
||||
|
||||
/decl/reagent/drink/space_cola
|
||||
name = "Space Cola"
|
||||
name = "Comet Cola"
|
||||
description = "A refreshing beverage."
|
||||
reagent_state = LIQUID
|
||||
color = "#100800"
|
||||
@@ -2024,13 +2024,13 @@
|
||||
carbonated = TRUE
|
||||
|
||||
glass_icon_state = "spacecola"
|
||||
glass_name = "glass of Space Cola"
|
||||
glass_desc = "A glass of refreshing Space Cola"
|
||||
glass_name = "glass of Comet Cola"
|
||||
glass_desc = "A glass of refreshing Comet Cola"
|
||||
glass_center_of_mass = list("x"=17, "y"=6)
|
||||
|
||||
/decl/reagent/drink/spacemountainwind
|
||||
name = "Mountain Wind"
|
||||
description = "Blows right through you like a space wind."
|
||||
name = "Stellar Jolt"
|
||||
description = "For those who have a stronger need for caffeine than they have sense."
|
||||
color = "#a2ff8d"
|
||||
adj_drowsy = -7
|
||||
adj_sleepy = -1
|
||||
@@ -2038,8 +2038,8 @@
|
||||
carbonated = TRUE
|
||||
|
||||
glass_icon_state = "Space_mountain_wind_glass"
|
||||
glass_name = "glass of Space Mountain Wind"
|
||||
glass_desc = "Space Mountain Wind. As you know, there are no mountains in space, only wind."
|
||||
glass_name = "glass of Stellar Jolt"
|
||||
glass_desc = "Stellar Jolt. Lemony and full of sugar."
|
||||
|
||||
/decl/reagent/drink/dr_gibb
|
||||
name = "Dr. Gibb"
|
||||
@@ -2054,27 +2054,27 @@
|
||||
glass_desc = "Dr. Gibb. Not as dangerous as the name might imply."
|
||||
|
||||
/decl/reagent/drink/root_beer
|
||||
name = "RnD Root Beer"
|
||||
description = "A classic Earth drink from the United Americas province."
|
||||
name = "Getmore Root Beer"
|
||||
description = "A classic Earth drink, made from various roots."
|
||||
color = "#211100"
|
||||
adj_drowsy = -6
|
||||
taste_description = "sassafras and anise soda"
|
||||
carbonated = TRUE
|
||||
|
||||
glass_icon_state = "root_beer_glass"
|
||||
glass_name = "glass of RnD Root Beer"
|
||||
glass_desc = "A glass of bubbly RnD Root Beer."
|
||||
glass_name = "glass of Getmore Root Beer"
|
||||
glass_desc = "A glass of bubbly Getmore Root Beer."
|
||||
|
||||
/decl/reagent/drink/spaceup
|
||||
name = "Space-Up"
|
||||
name = "Vacuum Fizz"
|
||||
description = "Tastes like a hull breach in your mouth."
|
||||
color = "#aee5e4"
|
||||
taste_description = "a hull breach"
|
||||
carbonated = TRUE
|
||||
|
||||
glass_icon_state = "space-up_glass"
|
||||
glass_name = "glass of Space-up"
|
||||
glass_desc = "Space-up. It helps keep your cool."
|
||||
glass_name = "glass of Vacuum Fizz"
|
||||
glass_desc = "Vacuum Fizz. It helps keep your cool."
|
||||
|
||||
/decl/reagent/drink/lemon_lime
|
||||
name = "Lemon Lime"
|
||||
@@ -5147,14 +5147,14 @@
|
||||
|
||||
/decl/reagent/drink/diet_cola
|
||||
name = "Diet Cola"
|
||||
description = "Space Cola! Now in diet!"
|
||||
description = "Comet cola! Now in diet!"
|
||||
color = "#100800"
|
||||
taste_description = "cola and less calories"
|
||||
carbonated = TRUE
|
||||
|
||||
glass_icon_state = "spacecola"
|
||||
glass_name = "glass of diet cola"
|
||||
glass_desc = "Space Cola! Now in diet!"
|
||||
glass_desc = "Comet cola! Now in diet!"
|
||||
|
||||
/decl/reagent/drink/milk/chocolate
|
||||
name = "Chocolate milk"
|
||||
|
||||
@@ -398,8 +398,8 @@
|
||||
reagents_to_add = list(/decl/reagent/drink/grenadine = 100)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/cola
|
||||
name = "space cola"
|
||||
desc = "Cola. In space."
|
||||
name = "comet cola"
|
||||
desc = "Getmore's most popular line of soda. A generic cola, otherwise."
|
||||
icon_state = "colabottle"
|
||||
center_of_mass = list("x"=16, "y"=6)
|
||||
drink_flags = NO_EMPTY_ICON
|
||||
@@ -410,7 +410,7 @@
|
||||
fragile = 0
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/space_up
|
||||
name = "\improper Space-Up"
|
||||
name = "\improper Vacuum Fizz"
|
||||
desc = "Tastes like a hull breach in your mouth."
|
||||
icon_state = "space-up_bottle"
|
||||
center_of_mass = list("x"=16, "y"=6)
|
||||
@@ -422,8 +422,8 @@
|
||||
fragile = 0
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/space_mountain_wind
|
||||
name = "\improper Space Mountain Wind"
|
||||
desc = "Blows right through you like a space wind."
|
||||
name = "\improper Stellar Jolt"
|
||||
desc = "For those who have a need for caffeine stronger than would be sensible."
|
||||
icon_state = "space_mountain_wind_bottle"
|
||||
center_of_mass = list("x"=16, "y"=6)
|
||||
drink_flags = NO_EMPTY_ICON
|
||||
|
||||
@@ -1390,7 +1390,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky
|
||||
name = "Scaredy's Private Reserve beef jerky"
|
||||
icon_state = "sosjerky"
|
||||
desc = "Beef jerky made from the finest space cows."
|
||||
desc = "Beef jerky. A little oversalted, actually."
|
||||
trash = /obj/item/trash/sosjerky
|
||||
filling_color = "#631212"
|
||||
center_of_mass = list("x"=15, "y"=9)
|
||||
@@ -1399,9 +1399,9 @@
|
||||
reagents_to_add = list(/decl/reagent/nutriment/protein = 4, /decl/reagent/sodiumchloride = 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/no_raisin
|
||||
name = "4no Raisins"
|
||||
name = "Getmore Raisins"
|
||||
icon_state = "4no_raisins"
|
||||
desc = "Best raisins in the universe. Not sure why."
|
||||
desc = "Getmore Raisins. Dry, flavorless, and oversweetened. Sounds about right."
|
||||
trash = /obj/item/trash/raisins
|
||||
filling_color = "#343834"
|
||||
center_of_mass = list("x"=15, "y"=4)
|
||||
@@ -1410,9 +1410,9 @@
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/spacetwinkie
|
||||
name = "space twinkie"
|
||||
name = "creamy spongecake"
|
||||
icon_state = "space_twinkie"
|
||||
desc = "Guaranteed to survive longer then you will."
|
||||
desc = "Contrary to popular belief, Getmore's sponge cakes don't last forever. They do, however, leave a plastic-esque film coating the inside of your mouth."
|
||||
trash = /obj/item/trash/space_twinkie
|
||||
filling_color = "#FFE591"
|
||||
center_of_mass = list("x"=15, "y"=11)
|
||||
@@ -1423,7 +1423,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/cheesiehonkers
|
||||
name = "Cheesie Honkers"
|
||||
icon_state = "cheesie_honkers"
|
||||
desc = "Bite sized cheesie snacks that will honk all over your mouth"
|
||||
desc = "Bite sized cheesie snacks, made with real cheese! A little bit of it, anyway."
|
||||
trash = /obj/item/trash/cheesie
|
||||
filling_color = "#FFA305"
|
||||
center_of_mass = list("x"=15, "y"=9)
|
||||
@@ -1432,9 +1432,9 @@
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/syndicake
|
||||
name = "Syndi-Cakes"
|
||||
name = "Nutri-Cakes"
|
||||
icon_state = "syndi_cakes"
|
||||
desc = "An extremely moist snack cake that tastes just as good after being nuked."
|
||||
desc = "An extremely moist snack cake."
|
||||
filling_color = "#FF5D05"
|
||||
center_of_mass = list("x"=16, "y"=10)
|
||||
trash = /obj/item/trash/syndi_cakes
|
||||
|
||||
Reference in New Issue
Block a user