[Ready] Adds in a scatter shot Bulldog drum! (#7863)

* Fixing updater

* adds the ammo

* Update uplink_items.dm

* Update shotgun.dm

* Update uplink_items.dm
This commit is contained in:
Trilbyspaceclone
2018-12-31 06:11:44 -05:00
committed by kevinz000
parent df2090a087
commit 1f1c5b3710
2 changed files with 11 additions and 0 deletions
@@ -34,3 +34,8 @@
name = "shotgun magazine (12g meteor slugs)"
icon_state = "m12gbc"
ammo_type = /obj/item/ammo_casing/shotgun/meteorslug
/obj/item/ammo_box/magazine/m12g/scatter
name = "shotgun magazine (12g scatter laser shot slugs)"
icon_state = "m12gb"
ammo_type = /obj/item/ammo_casing/shotgun/laserslug
+6
View File
@@ -506,6 +506,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/ammo_box/magazine/m12g/meteor
include_modes = list(/datum/game_mode/nuclear)
/datum/uplink_item/ammo/shotgun/scatter
name = "12g Scatter Laser shot Slugs"
desc = "An alternative 8-round Scatter Laser Shot magazine for use in the Bulldog shotgun."
item = /obj/item/ammo_box/magazine/m12g/scatter
cost = 3
/datum/uplink_item/ammo/shotgun/bag
name = "12g Ammo Duffel Bag"
desc = "A duffel bag filled with enough 12g ammo to supply an entire team, at a discounted price."