mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MODULAR] Traitors can buy bulldog ammo from the uplink (#9664)
* ammo * fix * fix2
This commit is contained in:
@@ -236,25 +236,30 @@
|
||||
name = "12g Buckshot Drum"
|
||||
desc = "An additional 8-round buckshot magazine for use with the Bulldog shotgun. Front towards enemy."
|
||||
item = /obj/item/ammo_box/magazine/m12g
|
||||
purchasable_from = ALL
|
||||
|
||||
/datum/uplink_item/ammo/shotgun/dragon_traitor
|
||||
name = "12g Dragon's Breath Drum"
|
||||
desc = "An alternative 8-round dragon's breath magazine for use in the Bulldog shotgun. \
|
||||
'I'm a fire starter, twisted fire starter!'"
|
||||
item = /obj/item/ammo_box/magazine/m12g/dragon
|
||||
purchasable_from = ALL
|
||||
|
||||
/datum/uplink_item/ammo/shotgun/meteor_traitor
|
||||
name = "12g Meteorslug Shells"
|
||||
desc = "An alternative 8-round meteorslug magazine for use in the Bulldog shotgun. \
|
||||
Great for blasting airlocks off their frames and knocking down enemies."
|
||||
item = /obj/item/ammo_box/magazine/m12g/meteor
|
||||
cost = 3
|
||||
purchasable_from = ALL
|
||||
|
||||
/datum/uplink_item/ammo/shotgun/slug_traitor
|
||||
name = "12g Slug Drum"
|
||||
desc = "An additional 8-round slug magazine for use with the Bulldog shotgun. \
|
||||
Now 8 times less likely to shoot your pals."
|
||||
cost = 3
|
||||
item = /obj/item/ammo_box/magazine/m12g/slug
|
||||
cost = 3
|
||||
purchasable_from = ALL
|
||||
|
||||
//SUITS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user