We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c03d2b + 769b87d commit 3311f5aCopy full SHA for 3311f5a
1 file changed
modular_meta/features/security_extended/code/spawners.dm
@@ -8,7 +8,7 @@
8
/obj/effect/spawner/random/baton_or_tonfa
9
name = "baton or tonfa spawner"
10
loot = list(
11
- /obj/item/melee/baton/security = 2,
+ /obj/item/melee/baton/security/loaded = 2,
12
/obj/item/melee/tonfa = 1,
13
)
14
0 commit comments