Allow crafting clown boxes from single sheets of cardboard. (#32035)

This commit is contained in:
Alan
2026-06-01 20:10:21 -04:00
committed by GitHub
parent 067dfcd78c
commit 9c721c5be3
@@ -539,8 +539,8 @@ GLOBAL_LIST_INIT(cardboard_recipes, list (
if(!istype(used, /obj/item/stamp/clown) || isstorage(loc))
return ..()
var/atom/droploc = drop_location()
if(use(1))
var/atom/droploc = drop_location()
to_chat(user, SPAN_NOTICE("You stamp the cardboard! It's a clown box! Honk!"))
playsound(used, 'sound/items/bikehorn.ogg', 50, TRUE, -1)
new/obj/item/storage/box/clown(droploc)