Comment corrections to clear confusion.

This commit is contained in:
Spades
2016-06-05 13:18:03 -04:00
parent 037271504e
commit 9da3e9bac7
2 changed files with 4 additions and 4 deletions
@@ -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
@@ -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