diff --git a/code/modules/projectiles/guns/flamer/flamer.dm b/code/modules/projectiles/guns/flamer/flamer.dm index e76ac78d58b5..0388f5be7aef 100644 --- a/code/modules/projectiles/guns/flamer/flamer.dm +++ b/code/modules/projectiles/guns/flamer/flamer.dm @@ -238,9 +238,9 @@ return var/source_turf = get_turf(user) - var/smoke_range = 7 // the max range the smoke will travel + var/smoke_range = 5 // the max range the smoke will travel var/distance = 0 // the distance traveled - var/use_multiplier = 2 // if you want to increase the ammount of units drained from the tank + var/use_multiplier = 3 // if you want to increase the ammount of units drained from the tank var/units_in_smoke = 35 // the smoke overlaps a little so this much is probably already good var/datum/reagent/chemical = current_mag.reagents.reagent_list[1]