mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Allow crafting clown boxes from single sheets of cardboard. (#32035)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user