mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
@@ -215,4 +215,4 @@
|
||||
/singleton/reagent/fuel/touch_obj(var/obj/O, var/amount, var/datum/reagents/holder)
|
||||
if(istype(O, /obj/structure/bonfire))
|
||||
var/obj/structure/bonfire/B = O
|
||||
B.fuel = max(0, B.fuel + (15 * amount))
|
||||
B.fuel = max(0, B.fuel + (15 * amount))
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
C.reagents.add_reagent(reagent, C.volume)
|
||||
var/singleton/reagent/R = GET_SINGLETON(reagent)
|
||||
C.setLabel(R.name)
|
||||
log_admin("[key_name(usr)] spawned a [size] reagent container containing [reagent] at ([usr.x],[usr.y],[usr.z])",admin_key=key_name(usr))
|
||||
log_admin("[key_name(usr)] spawned a [size] reagent container containing [reagent] at ([usr.x],[usr.y],[usr.z])",admin_key=key_name(usr))
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
possible_transfer_amounts = list(20, 40)
|
||||
unacidable = 1
|
||||
|
||||
spawn_reagent = /singleton/reagent/drink/coffee/espresso
|
||||
spawn_reagent = /singleton/reagent/drink/coffee/espresso
|
||||
|
||||
@@ -396,4 +396,4 @@
|
||||
reagents_to_add = list(/singleton/reagent/nutriment/ = 3)
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("blue raspberry" = 5))
|
||||
drop_sound = 'sound/items/drop/glass.ogg'
|
||||
pickup_sound = 'sound/items/pickup/glass.ogg'
|
||||
pickup_sound = 'sound/items/pickup/glass.ogg'
|
||||
|
||||
@@ -183,4 +183,4 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/vkrexiwrap/veggie
|
||||
desc = "A food invented by Zo'ra Queenless with the intent of appealing to humans, the v'krexi wrap is similar to a burrito but with a special sauce extracted from v'krexi. This one is filled with veggies."
|
||||
icon_state = "vkrexiwrap_veggie"
|
||||
icon_state = "vkrexiwrap_veggie"
|
||||
|
||||
@@ -199,4 +199,4 @@
|
||||
icon = 'icons/obj/item/reagent_containers/food/egg.dmi'
|
||||
icon_state = "shakshouka"
|
||||
trash = /obj/item/trash/shakshouka
|
||||
filling_color = "#BB2912"
|
||||
filling_color = "#BB2912"
|
||||
|
||||
@@ -82,4 +82,4 @@
|
||||
/obj/item/reagent_containers/food/snacks/macandcheese/bacon
|
||||
name = "bacon mac and cheese"
|
||||
icon_state = "baconmacandcheese"
|
||||
reagents_to_add = list(/singleton/reagent/nutriment = 4, /singleton/reagent/nutriment/protein/cheese = 5, /singleton/reagent/water = 5, /singleton/reagent/nutriment/protein = 3)
|
||||
reagents_to_add = list(/singleton/reagent/nutriment = 4, /singleton/reagent/nutriment/protein/cheese = 5, /singleton/reagent/water = 5, /singleton/reagent/nutriment/protein = 3)
|
||||
|
||||
Reference in New Issue
Block a user