Skip to content

Commit

Permalink
rename overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Deahaka committed Apr 14, 2024
1 parent a4a0233 commit 9c366eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/empulse.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/obj/effect/overlay/temp/sebb
/obj/effect/overlay/temp/heavy_emp
icon = 'icons/effects/sebb.dmi'
icon_state = "sebb_explode"
layer = ABOVE_LIGHTING_PLANE
Expand All @@ -21,7 +21,7 @@
SEND_SIGNAL(SSexplosions, COMSIG_EXPLOSIONS_EMPULSE, epicenter, heavy_range, light_range)

if(custom_effects == EMP_SEBB)
var/obj/effect/overlay/temp/sebb/S = new(epicenter)
var/obj/effect/overlay/temp/heavy_emp/S = new(epicenter)
S.anchored = TRUE
QDEL_IN(S, 1 SECOND)
else if(heavy_range > 1)
Expand Down

0 comments on commit 9c366eb

Please sign in to comment.