From 63bced35318a8d48b5b78d78ca444d60f5c37dec Mon Sep 17 00:00:00 2001 From: Dhaeleena Date: Thu, 26 Jan 2017 15:53:43 -0300 Subject: [PATCH] Properly Done the .357 flash rounds --- code/modules/projectiles/projectile/bullets_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/projectiles/projectile/bullets_vr.dm b/code/modules/projectiles/projectile/bullets_vr.dm index 40f4d406fc2..0d2595b6c3b 100644 --- a/code/modules/projectiles/projectile/bullets_vr.dm +++ b/code/modules/projectiles/projectile/bullets_vr.dm @@ -10,6 +10,8 @@ icon_state = "bullet" damage = 10 kill_count = 15 //if the shell hasn't hit anything after travelling this far it just explodes. + flash_strength = 15 + brightness = 15 /obj/item/projectile/energy/electrode/stunshot/strong name = "stunshot"