mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 05:02:18 +00:00
Bar vendor cola bottle
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/milk = 5,
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/milk = 5,
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/cream = 5,
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/cream = 5,
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/cola = 5,
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/cola = 5,
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/decaf_cola = 5,
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up = 5,
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up = 5,
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind = 5,
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind = 5,
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater = 15,
|
/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater = 15,
|
||||||
|
|||||||
@@ -466,7 +466,7 @@
|
|||||||
|
|
||||||
//////////////////////////JUICES AND STUFF///////////////////////
|
//////////////////////////JUICES AND STUFF///////////////////////
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/cola //MODIFIED ON 04/21/2021
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/cola
|
||||||
name = "\improper two-liter Space Cola"
|
name = "\improper two-liter Space Cola"
|
||||||
desc = "Cola. In space."
|
desc = "Cola. In space."
|
||||||
icon_state = "colabottle"
|
icon_state = "colabottle"
|
||||||
@@ -476,6 +476,16 @@
|
|||||||
. = ..()
|
. = ..()
|
||||||
reagents.add_reagent("cola", 100)
|
reagents.add_reagent("cola", 100)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/decaf_cola
|
||||||
|
name = "\improper two-liter Space Cola Free"
|
||||||
|
desc = "Cola. In space. Caffeine free."
|
||||||
|
icon_state = "decafcolabottle"
|
||||||
|
center_of_mass = list("x"=16, "y"=6)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/decaf_cola/Initialize()
|
||||||
|
. = ..()
|
||||||
|
reagents.add_reagent("decafcola", 100)
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up //MODIFIED ON 04/21/2021
|
/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up //MODIFIED ON 04/21/2021
|
||||||
name = "\improper two-liter Space-Up"
|
name = "\improper two-liter Space-Up"
|
||||||
desc = "Tastes like a hull breach in your mouth."
|
desc = "Tastes like a hull breach in your mouth."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user