Files
Bubberstation/code/game/objects/effects/spawners/random/russian_rifle_spawner.dm
T
PaxilmaniacandGitHub e3a22f5e91 Reflavors the Mosin to be a surplus rifle from the past IC 200 years, rather than from 670 years ago in game. Allergy warning: May contain microscopic silverscale buff (#77169)
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.
2023-08-15 00:47:32 -04:00

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,
)