Skip to content

Commit

Permalink
Makes flamethrower good (WorldOfDarknessXIII#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifernix authored Dec 17, 2024
1 parent d79d3ea commit 2b5cc50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/wod13/guns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -669,5 +669,4 @@
oil = max(0, oil-10)
if(oil == 0)
icon_state = "flamethrower1"
if(get_dist(F, user) == 1)
new /obj/effect/fire(F)
new /obj/effect/fire(F)

0 comments on commit 2b5cc50

Please sign in to comment.