From 0c198705985db49a68332a2d757e88c5cd9d6e6d Mon Sep 17 00:00:00 2001 From: BasilHerb Date: Tue, 26 Nov 2024 20:54:34 +1000 Subject: [PATCH] I'm a stupid dumb idiot and forgot to remove a variable definition I didn't need --- code/modules/projectiles/gun_attachables.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index 2d5243a1024c..4eb1c7c9248a 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -58,7 +58,6 @@ Defined in conflicts.dm of the #defines folder. var/recoil_unwielded_mod = 0 //same as above but for onehanded firing. var/burst_scatter_mod = 0 //Modifier to scatter from wielded burst fire, works off a multiplier. var/light_mod = 0 //Adds an x-brightness flashlight to the weapon, which can be toggled on and off. - var/set_light_color = 0 //I don't know what this does, testing var/delay_mod = 0 //Changes firing delay. Cannot go below 0. var/burst_mod = 0 //Changes burst rate. 1 == 0. var/size_mod = 0 //Increases the weight class.