mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Bulldog for Traitors (#28592)
* Bulldog for Traitors * Adds chat message when you try to load ammo that doesn't fit in the magazine.
This commit is contained in:
@@ -438,6 +438,22 @@
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
surplus = 50
|
||||
|
||||
/datum/uplink_item/dangerous/bulldog_traitor
|
||||
name = "Bulldog Shotgun"
|
||||
desc = "Lean and mean: Optimized for people that want to get up close and personal. Comes loaded with rubbershot. Extra Ammo sold separately."
|
||||
reference = "BLSG"
|
||||
item = /obj/item/gun/projectile/automatic/shotgun/bulldog/traitor
|
||||
cost = 50
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
|
||||
/datum/uplink_item/ammo/bull_rubbershot
|
||||
name = "Bulldog - 12g Rubbershot Magazine"
|
||||
desc = "An additional 8-round rubbershot magazine for use in the Bulldog shotgun."
|
||||
reference = "12BRU"
|
||||
item = /obj/item/ammo_box/magazine/m12g/rubbershot
|
||||
cost = 10
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
|
||||
/datum/uplink_item/dangerous/guardian
|
||||
name = "Holoparasites"
|
||||
reference = "HPA"
|
||||
|
||||
Reference in New Issue
Block a user