From 71c9324e24c64bc6956cddd87727d5e6fccfee88 Mon Sep 17 00:00:00 2001
From: Tarmunora <48066662+Tarmunora@users.noreply.github.com>
Date: Fri, 21 Apr 2023 10:10:11 -0500
Subject: [PATCH] don't mechscan the revflash

---
 code/obj/item/device/flash.dm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/code/obj/item/device/flash.dm b/code/obj/item/device/flash.dm
index 05be119f0b52d..12dcd6528b6f9 100644
--- a/code/obj/item/device/flash.dm
+++ b/code/obj/item/device/flash.dm
@@ -415,6 +415,8 @@ TYPEINFO(/obj/item/device/flash/turbo)
 	icon_state = "flashbang"
 	spawn_contents = list(/obj/item/device/flash/turbo = 5)
 
+TYPEINFO(/obj/item/device/flash/revolution)
+	mats = 0
 /obj/item/device/flash/revolution
 	name = "revolutionary flash"
 	desc = "A device that emits an extremely bright light when used. Something about this device forces people to revolt, when flashed by a revolution leader."