Skip to content

Commit

Permalink
Fixes order of the Godslayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zattarra committed Dec 8, 2024
1 parent e1320f5 commit 31d1c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@
. = ..()
if (!QDELETED(target) && isliving(target))
var/mob/living/duster = target
duster.dust(just_ash = TRUE, drop_items = FALSE, force = TRUE)
if(duster.client)
var/client/hopper = duster.client
hopper << link("byond://terry.tgstation13.org:3336")
duster.dust(just_ash = TRUE, drop_items = FALSE, force = TRUE)
if(. == BULLET_ACT_HIT && !pierce_hit)
explosion(src, devastation_range = 1, heavy_impact_range = 2, light_impact_range = 2, flame_range = 2, flash_range = 3, adminlog = FALSE)
new /obj/effect/temp_visual/cosmic_explosion(get_turf(src))

0 comments on commit 31d1c2b

Please sign in to comment.