mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Sprite fixes: Suppressed Sniper Rifles and Donksoft Pistols (#3403)
* 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. * Sprite fixes: Suppressed Sniper Rifles and Donksoft Pistols * Update maint_loot_common.dm Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
necromanceranne
Gandalf2k15
parent
1e34d55996
commit
0cf8d6a649
@@ -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