Skip to content

Commit

Permalink
Update code/game/gamemodes/miniantags/revenant/revenant_abilities.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Daeberdir <[email protected]>
  • Loading branch information
Antoonij and Daeberdir authored Oct 7, 2024
1 parent e36c6be commit 37af52e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
if(!L.on)
return

L.visible_message(span_warning("<b>\The [L] suddenly flares brightly and begins to spark!"))
L.visible_message(span_warning("<b>\The [L] suddenly flares brightly and begins to spark!</b>"))
do_sparks(4, 0, L)
new /obj/effect/temp_visual/revenant(L.loc)
sleep(2 SECONDS)
Expand Down

0 comments on commit 37af52e

Please sign in to comment.