Skip to content

Commit

Permalink
Update flamer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers authored May 23, 2024
1 parent e493245 commit 184dba5
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 @@ -277,7 +277,7 @@
var/datum/effect_system/smoke_spread/chem/smoke = new()
smoke.set_up(to_disperse, 1, loca = turf)
smoke.start()
sleep(2)
sleep(4)

distance++

Expand Down

0 comments on commit 184dba5

Please sign in to comment.