mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
0
This commit is contained in:
@@ -11901,7 +11901,7 @@
|
||||
/turf/open/floor/engine,
|
||||
/area/maintenance/disposal/incinerator)
|
||||
"cmh" = (
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale,
|
||||
/obj/structure/table/wood,
|
||||
/turf/open/floor/wood,
|
||||
/area/maintenance/port/aft)
|
||||
@@ -44224,7 +44224,7 @@
|
||||
pixel_x = -3;
|
||||
pixel_y = 2
|
||||
},
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale,
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/instrument/eguitar,
|
||||
/obj/structure/sign/poster/contraband/random{
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
var/obj/item/pizzabox/pizza_to_spawn = pick(list(/obj/item/pizzabox/margherita, /obj/item/pizzabox/mushroom, /obj/item/pizzabox/meat, /obj/item/pizzabox/vegetable, /obj/item/pizzabox/pineapple))
|
||||
new pizza_to_spawn(toLaunch)
|
||||
for(var/i in 1 to 6)
|
||||
new /obj/item/reagent_containers/food/drinks/beer(toLaunch)
|
||||
new /obj/item/reagent_containers/food/drinks/bottle/beer(toLaunch)
|
||||
new /obj/effect/pod_landingzone(T, toLaunch)
|
||||
|
||||
/datum/station_trait/galactic_grant
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
STR.set_holdable(list(
|
||||
/obj/item/reagent_containers/food/drinks/soda_cans,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/beer,
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/waterbottle
|
||||
))
|
||||
|
||||
|
||||
@@ -1569,8 +1569,8 @@
|
||||
/obj/item/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/patron,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/goldschlager,
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale,
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale,
|
||||
/obj/item/storage/cans/sixbeer,
|
||||
/obj/item/storage/cans/sixsoda,
|
||||
/obj/item/flashlight/glowstick,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/obj/item/reagent_containers/food/drinks/soda_cans/sol_dry = 8,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/grenadine = 4,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/menthol = 4,
|
||||
/obj/item/reagent_containers/food/drinksbottle/ale = 6,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/ale = 6,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/beer = 6,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/maltliquor = 6,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/gin = 5,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
products = list(/obj/item/food/burger/plain = 5, //O say can you see, by the dawn's early light
|
||||
/obj/item/food/burger/baseball = 3, //What so proudly we hailed at the twilight's last gleaming
|
||||
/obj/item/food/fries = 5, //Whose broad stripes and bright stars through the perilous fight
|
||||
/obj/item/reagent_containers/food/drinks/beer/light = 10, //O'er the ramparts we watched, were so gallantly streaming?
|
||||
/obj/item/reagent_containers/food/drinks/bottle/beer/light = 10, //O'er the ramparts we watched, were so gallantly streaming?
|
||||
/obj/item/gun/ballistic/automatic/pistol/deagle/gold = 2,
|
||||
/obj/item/gun/ballistic/automatic/pistol/deagle/camo = 2,
|
||||
/obj/item/gun/ballistic/automatic/pistol/m1911 = 2,
|
||||
|
||||
Reference in New Issue
Block a user