My bad, sorry Rurik (#23413)

This commit is contained in:
DGamerL
2023-12-07 16:25:26 +00:00
committed by GitHub
parent d949b6d04d
commit 8c66bcd2a7
+2 -2
View File
@@ -258,7 +258,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "An additional 8-round 10mm magazine for use in the syndicate pistol, loaded with incendiary rounds which ignite the target."
reference = "10MMFIRE"
item = /obj/item/ammo_box/magazine/m10mm/fire
cost = 6
cost = 9
surplus = 0 // Miserable
/datum/uplink_item/ammo/pistolhp
@@ -266,7 +266,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "An additional 8-round 10mm magazine for use in the syndicate pistol, loaded with rounds which are more damaging but ineffective against armour."
reference = "10MMHP"
item = /obj/item/ammo_box/magazine/m10mm/hp
cost = 6
cost = 7
surplus = 0 // Miserable
/datum/uplink_item/ammo/revolver