mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
image: The Mosin-Nagant has been given new sprites and a reflavor, looking for the old rifle? Look for the Sakhno Precision Rifle. balance: The tiniest balance thing, but since Silverscales use the Sakhno-Zhihao rifle, which has a scope on it, their main weapon now has a scope.
17 lines
499 B
Plaintext
17 lines
499 B
Plaintext
/obj/effect/spawner/random/sakhno
|
|
name = "sakhno rifle spawner"
|
|
desc = "Mosin? Never heard of her!"
|
|
icon_state = "pistol"
|
|
loot = list(
|
|
/obj/item/gun/ballistic/rifle/boltaction/surplus = 80,
|
|
/obj/item/gun/ballistic/rifle/boltaction = 10,
|
|
/obj/item/food/rationpack = 1,
|
|
)
|
|
/obj/effect/spawner/random/sakhno/ammo
|
|
name = ".310 Strilka stripper clip spawner"
|
|
loot = list(
|
|
/obj/item/ammo_box/strilka310/surplus = 80,
|
|
/obj/item/ammo_box/strilka310 = 10,
|
|
/obj/item/food/rationpack = 1,
|
|
)
|