mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 06:39:22 +01:00
Adds Sjorgen Inertial Shotgun (by H-H)
Semi-automatic, 5 round, tube magazine fed Lootable, or buyable from both cargo and tator uplinks. Balancing intended to lie between combat shotgun and not!AA-12 100 TC each (between combat shotgun and fuel rod cannon) 100 Req Points for a box of two (same price as a burst laser pair)
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
prob(2);/obj/item/gun/projectile/shotgun/pump/combat,
|
||||
prob(4);/obj/item/gun/projectile/shotgun/pump/rifle,
|
||||
prob(3);/obj/item/gun/projectile/shotgun/pump/rifle/lever,
|
||||
prob(2);/obj/item/gun/projectile/shotgun/semi,
|
||||
prob(2);/obj/item/gun/projectile/silenced)
|
||||
|
||||
/obj/random/projectile/sec
|
||||
@@ -119,7 +120,8 @@
|
||||
return pick(prob(4);/obj/item/gun/projectile/shotgun/doublebarrel,
|
||||
prob(3);/obj/item/gun/projectile/shotgun/doublebarrel/sawn,
|
||||
prob(3);/obj/item/gun/projectile/shotgun/pump,
|
||||
prob(1);/obj/item/gun/projectile/shotgun/pump/combat)
|
||||
prob(1);/obj/item/gun/projectile/shotgun/pump/combat,
|
||||
prob(1);/obj/item/gun/projectile/shotgun/semi)
|
||||
|
||||
/obj/random/handgun
|
||||
name = "Random Handgun"
|
||||
@@ -494,6 +496,10 @@
|
||||
prob(1);list(
|
||||
/obj/item/gun/projectile/shotgun/pump/combat,
|
||||
/obj/item/storage/box/shotgunammo
|
||||
),
|
||||
prob(1);list(
|
||||
/obj/item/gun/projectile/shotgun/semi,
|
||||
/obj/item/storage/box/shotgunammo
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user