mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
allowed_tools = list(
|
||||
TOOL_HEMOSTAT = 100, \
|
||||
TOOL_CABLECOIL = 75, \
|
||||
/obj/item/device/assembly/mousetrap = 20
|
||||
/obj/item/assembly/mousetrap = 20
|
||||
)
|
||||
|
||||
min_duration = 20
|
||||
|
||||
Reference in New Issue
Block a user