Skip to content

Commit

Permalink
Update code/modules/projectiles/guns/flamer/flamer.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
iloveloopers and Drulikar committed Apr 24, 2024
1 parent 84e1eab commit 844edfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/flamer/flamer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 844edfb

Please sign in to comment.