Skip to content

Commit

Permalink
Harry Changes
Browse files Browse the repository at this point in the history
Moved fuel to the base /obj/ of flare and removed from Initialize()
  • Loading branch information
MaximusRex committed Nov 18, 2024
1 parent 1caf66b commit 3aa0a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/objects/items/devices/flashlight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
raillight_compatible = 0
can_be_broken = FALSE
var/burnt_out = FALSE
var/fuel = 0
var/fuel = 16 MINUTES
var/fuel_rate = AMOUNT_PER_TIME(1 SECONDS, 1 SECONDS)
var/on_damage = 7
var/ammo_datum = /datum/ammo/flare
Expand All @@ -327,7 +327,6 @@

/obj/item/device/flashlight/flare/Initialize()
. = ..()
fuel = 16 MINUTES
set_light_color(flame_tint)

/obj/item/device/flashlight/flare/update_icon()
Expand Down

0 comments on commit 3aa0a01

Please sign in to comment.