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.
1 parent 0f2b8c4 commit 8554b50Copy full SHA for 8554b50
2 files changed
modular_meta/features/uplink_items/code/weaponry/guncase.dm
@@ -6,5 +6,5 @@
6
name = "compact laser rifle gun case"
7
storage_type = /datum/storage/toolbox/guncase/compact_lrifle
8
weapon_to_spawn = /obj/item/gun/ballistic/automatic/laser/station/syndicate/compact/guncase
9
- extra_to_spawn = /obj/item/ammo_box/magazine/recharge/syndi
+ extra_to_spawn = /obj/item/ammo_box/magazine/recharge/station/syndi
10
ammo_box_to_spawn = null
modular_meta/features/uplink_items/code/weaponry/lrifle.dm
@@ -50,4 +50,4 @@
50
/obj/item/gun/ballistic/automatic/laser/station/syndicate/compact/guncase
51
folded = TRUE
52
spread = 30
53
- spawn_magazine_type = /obj/item/ammo_box/magazine/recharge/syndi
+ spawn_magazine_type = /obj/item/ammo_box/magazine/recharge/station/syndi
0 commit comments