mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Sprite fixes: Suppressed Sniper Rifles and Donksoft Pistols (#56754)
* Gives the sniper rifle a suppressor overlay so that it no longer shows up as missing a sprite, also fixes donksoft pistols by repathing them from pistols over repathing them from toy saber smgs. Creates a flag for checking if a gun needs a toy overlay, so it is handled in the parent.
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
for(var/i in 1 to 4)
|
||||
new /obj/item/clothing/mask/balaclava(src)
|
||||
new /obj/item/gun/ballistic/shotgun/toy(src)
|
||||
new /obj/item/gun/ballistic/automatic/toy/pistol/unrestricted(src)
|
||||
new /obj/item/gun/ballistic/automatic/pistol/toy(src)
|
||||
new /obj/item/gun/ballistic/automatic/toy/unrestricted(src)
|
||||
new /obj/item/gun/ballistic/automatic/l6_saw/toy/unrestricted(src)
|
||||
new /obj/item/ammo_box/foambox(src)
|
||||
|
||||
Reference in New Issue
Block a user