From 9f730b60d8a0a72d5c298dbe0fc7cdef2fb4e9b6 Mon Sep 17 00:00:00 2001 From: Roxy <94389951+SapphoQueer@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:04:25 +0100 Subject: [PATCH] Allows hypnoflashes to fit within a security belt. (#94811) ## About The Pull Request Title, right now flash/handheld fits within a security belt, but flash/hypnotic does not. ## Why It's Good For The Game It's by all means a flash, no reason for it not to fit within a security belt. It not fitting in the belt means it can be meta'd. Searching a roboticist who would reasonably have a flash? Flash doesn't fit in belt? It must be a hypnoflash. Feels oversighty idk ## Changelog :cl: fix: Hypnoflashes now fit on secbelts just like regular flashes. /:cl: --- code/datums/storage/subtypes/belts.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/storage/subtypes/belts.dm b/code/datums/storage/subtypes/belts.dm index 48c20789f7d..e981e7e1ac2 100644 --- a/code/datums/storage/subtypes/belts.dm +++ b/code/datums/storage/subtypes/belts.dm @@ -90,6 +90,7 @@ /obj/item/ammo_box, /obj/item/ammo_casing/shotgun, /obj/item/assembly/flash/handheld, + /obj/item/assembly/flash/hypnotic, /obj/item/clothing/glasses, /obj/item/clothing/gloves, /obj/item/flashlight/seclite,