From 65b2d83adfe0dd35899cce301f06b20facd9fc9a Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Mon, 3 May 2021 12:25:33 +0000 Subject: [PATCH] Pierced Reality / Singulo toy NO_PIXEL_RANDOM_DROP (#58837) --- code/game/objects/items/toys.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index fcd5860d152..98fac81c799 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -23,6 +23,9 @@ * Toy Daggers * Squeaky Brain * Broken Radio + * Fake heretic codex + * Fake Pierced Reality + * Intento */ /obj/item/toy @@ -188,6 +191,7 @@ desc = "\"Singulo\" brand spinning toy." icon = 'icons/obj/singularity.dmi' icon_state = "singularity_s1" + item_flags = NO_PIXEL_RANDOM_DROP /obj/item/toy/spinningtoy/suicide_act(mob/living/carbon/human/user) var/obj/item/bodypart/head/myhead = user.get_bodypart(BODY_ZONE_HEAD) @@ -1550,6 +1554,7 @@ desc = "Hah. You thought it was the real deal!" icon = 'icons/effects/eldritch.dmi' icon_state = "pierced_illusion" + item_flags = NO_PIXEL_RANDOM_DROP /obj/item/storage/box/heretic_box name = "box of pierced realities"