Skip to content

Commit

Permalink
Update code/game/objects/objs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Suckerberg <mark@suckerberg.gay>
Signed-off-by: Sun-Soaked <45698967+Sun-Soaked@users.noreply.github.com>
  • Loading branch information
Sun-Soaked and MarkSuckerberg authored Oct 25, 2024
1 parent 28d5005 commit 4d11138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/objs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
SStgui.close_uis(src)
if(burning_particles)
QDEL_NULL(burning_particles)
. = ..()
return ..()


/obj/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0, datum/callback/callback, force, gentle = FALSE, quickstart = TRUE)
Expand Down

0 comments on commit 4d11138

Please sign in to comment.