diff --git a/code/modules/projectiles/ammunition/bullets.dm b/code/modules/projectiles/ammunition/bullets.dm index a60e9ad896..d10280854f 100644 --- a/code/modules/projectiles/ammunition/bullets.dm +++ b/code/modules/projectiles/ammunition/bullets.dm @@ -203,7 +203,7 @@ color = "#FF0000" projectile_type = /obj/item/projectile/bullet/pistol/cap -/obj/item/ammo_casing/spent // For mobs only. +/obj/item/ammo_casing/spent // For simple hostile mobs only, so they don't cough up usable bullets when firing. This is for literally nothing else. icon_state = "s-casing-spent" BB = null projectile_type = null \ No newline at end of file diff --git a/code/modules/projectiles/guns/projectile/sniper.dm b/code/modules/projectiles/guns/projectile/sniper.dm index d721cdebf1..d69a97f2f4 100644 --- a/code/modules/projectiles/guns/projectile/sniper.dm +++ b/code/modules/projectiles/guns/projectile/sniper.dm @@ -69,7 +69,7 @@ ////////////// Dragunov Sniper Rifle ////////////// -/* // Commented out until it's not worthless. +/* // Commented out until it's not worthless. Also might be nice to have a new icon that looks more sci-fi Dragunov-ish. /obj/item/weapon/gun/projectile/SVD name = "\improper Dragunov" desc = "The SVD, also known as the Dragunov, was mass produced with an Optical Sniper Sight so simple that even Ivan can figure out how it works. Too bad for you that it's written in Russian. Uses 7.62mm rounds." @@ -92,8 +92,8 @@ /obj/item/weapon/gun/projectile/SVD/update_icon() ..() - /*if(istype(ammo_magazine,/obj/item/ammo_magazine/c762) - icon_state = "SVD-bigmag"*/ //No icon for this exists yet. +// if(istype(ammo_magazine,/obj/item/ammo_magazine/c762) +// icon_state = "SVD-bigmag" //No icon for this exists yet. if(ammo_magazine) icon_state = "SVD" else