Frozen Treat Quality of Life adjustments.. (#65926)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
carshalash
2022-04-05 19:43:42 -07:00
committed by GitHub
co-authored by Mothblocks
parent 4936d6511d
commit 7b48ed6e33
2 changed files with 8 additions and 1 deletions
@@ -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)