Skip to content

Commit

Permalink
Update code/game/objects/structures/props.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
BeagleGaming1 and harryob authored Aug 3, 2023
1 parent 6c2f1d1 commit 35630f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/props.dm
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
/obj/structure/prop/brazier/campfire/Destroy()
SetLuminosity(0)
STOP_PROCESSING(SSobj, src)
. = ..()
return ..()

#undef STATE_COMPLETE
#undef STATE_FUEL
Expand Down

0 comments on commit 35630f0

Please sign in to comment.