mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Gun update (#387)
This pull adds bolt actions rifles, they are like pump shotguns, with the capacity for 5 7.62mm bullets. Also adds a 7.62mm clip in the hacked autolathe. Raiders have a chance to spawn with one.
This commit is contained in:
@@ -97,12 +97,17 @@
|
||||
new/obj/item/weapon/pickaxe/plasmacutter(src)
|
||||
if(83 to 84)
|
||||
new/obj/item/toy/katana(src)
|
||||
if(85 to 86)
|
||||
if(85)
|
||||
new/obj/item/seeds/random(src)
|
||||
if(87) // Rarest things, some are unobtainble otherwise, some are just robust, 1% each
|
||||
if(86) // Rarest things, some are unobtainble otherwise, some are just robust, 1% each
|
||||
new/obj/item/weed_extract(src)
|
||||
if(88)
|
||||
if(87)
|
||||
new/obj/item/xenos_claw(src)
|
||||
if(88)
|
||||
new/obj/item/weapon/gun/projectile/shotgun/pump/boltaction(src)
|
||||
new/obj/item/ammo_magazine/boltaction(src)
|
||||
new/obj/item/clothing/under/soviet(src)
|
||||
new/obj/item/clothing/head/ushanka(src)
|
||||
if(89)
|
||||
new/obj/item/organ/xenos/plasmavessel(src)
|
||||
if(90)
|
||||
|
||||
Reference in New Issue
Block a user