The clown box can now eat you again. (#70249)

* The clown box can now eat you again.

* Update code/game/objects/items/storage/boxes/job_boxes.dm

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
Jacquerel
2022-10-04 04:11:15 +00:00
committed by GitHub
co-authored by ShizCalev
parent 5d797e556f
commit 9bd751dc84
@@ -154,8 +154,8 @@
/obj/item/storage/box/clown/suicide_act(mob/user)
user.visible_message(span_suicide("[user] opens [src] and gets consumed by [p_them()]! It looks like [user.p_theyre()] trying to commit suicide!"))
playsound(user, 'sound/misc/scary_horn.ogg', 70, vary = TRUE)
forceMove(user.drop_location())
var/obj/item/clothing/head/mob_holder/consumed = new(src, user)
user.forceMove(consumed)
consumed.desc = "It's [user.real_name]! It looks like [user.p_they()] committed suicide!"
return OXYLOSS