Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into Ghommie-cit765
This commit is contained in:
@@ -189,6 +189,13 @@
|
||||
cost = 4
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
|
||||
/datum/uplink_item/ammo/machinegun/match
|
||||
name = "7.12x82mm (Match) Box Magazine"
|
||||
desc = "A 50-round magazine of 7.12x82mm ammunition for use in the L6 SAW; you didn't know there was a demand for match grade \
|
||||
precision bullet hose ammo, but these rounds are finely tuned and perfect for ricocheting off walls all fancy-like."
|
||||
item = /obj/item/ammo_box/magazine/mm712x82/match
|
||||
cost = 10
|
||||
|
||||
/datum/uplink_item/ammo/machinegun
|
||||
cost = 6
|
||||
surplus = 0
|
||||
|
||||
@@ -100,6 +100,12 @@
|
||||
cost = 1
|
||||
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/device_tools/ammo_pouch
|
||||
name = "Ammo Pouch"
|
||||
desc = "A small yet large enough pouch that can fit in your pocket, and has room for three magazines."
|
||||
item = /obj/item/storage/bag/ammo
|
||||
cost = 1
|
||||
|
||||
/datum/uplink_item/device_tools/fakenucleardisk
|
||||
name = "Decoy Nuclear Authentication Disk"
|
||||
desc = "It's just a normal disk. Visually it's identical to the real deal, but it won't hold up under closer scrutiny by the Captain. \
|
||||
|
||||
Reference in New Issue
Block a user