From 0a84835c84cb8bc4ac9a0b1fad649caa621769f3 Mon Sep 17 00:00:00 2001 From: Granodd Date: Sun, 2 Dec 2018 04:38:26 -0500 Subject: [PATCH] removes some unneeded code for a future PR --- code/modules/projectiles/guns/projectile.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/projectiles/guns/projectile.dm b/code/modules/projectiles/guns/projectile.dm index 21c42b6460f..ffb23a6a899 100644 --- a/code/modules/projectiles/guns/projectile.dm +++ b/code/modules/projectiles/guns/projectile.dm @@ -6,9 +6,6 @@ w_class = WEIGHT_CLASS_NORMAL materials = list(MAT_METAL=1000) - light_power = 10 - light_color = LIGHT_COLOR_WHITE //gun flash variables - var/mag_type = /obj/item/ammo_box/magazine/m10mm //Removes the need for max_ammo and caliber info var/obj/item/ammo_box/magazine/magazine var/can_tactical = FALSE //check to see if the gun can tactically reload