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 authored Apr 14, 2024
1 parent cf8e3bb commit fa28c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/flamer/flamer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
var/source_turf = get_turf(user)
var/foam_range = 6 // the max range the foam will travel
var/distance = 0 // the distance traveled
var/use_multiplier = 2 // if you want to increase the ammount of foam drained from the tank
var/use_multiplier = 3 // if you want to increase the ammount of foam drained from the tank
var/datum/reagent/chemical = current_mag.reagents.reagent_list[1]

var/turf/turfs[] = get_line(user, target, FALSE)
Expand Down

0 comments on commit fa28c39

Please sign in to comment.