mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user