mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Frozen Treat Quality of Life adjustments.. (#65926)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -775,6 +775,13 @@
|
||||
result = /obj/item/paper_bin/bundlenatural
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/sillycup
|
||||
name = "Paper Cup"
|
||||
result = /obj/item/reagent_containers/food/drinks/sillycup
|
||||
time = 1 SECONDS
|
||||
reqs = list(/obj/item/paper = 2)
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/toysword
|
||||
name = "Toy Sword"
|
||||
reqs = list(/obj/item/light/bulb = 1, /obj/item/stack/cable_coil = 1, /obj/item/stack/sheet/plastic = 4)
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
else
|
||||
qdel(cone)
|
||||
|
||||
create_reagents(100, NO_REACT | OPENCONTAINER)
|
||||
create_reagents(300, NO_REACT | OPENCONTAINER)
|
||||
reagents.chem_temp = T0C //So ice doesn't melt
|
||||
for(var/flavour in GLOB.ice_cream_flavours)
|
||||
if(GLOB.ice_cream_flavours[flavour].hidden)
|
||||
|
||||
Reference in New Issue
Block a user