Skip to content

Commit

Permalink
brimbeams are a hidden do after (tgstation#82856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fikou authored Apr 24, 2024
1 parent 21b6abf commit 72c5084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
StartCooldown()
return TRUE

do_after(owner, delay = beam_duration, target = owner)
do_after(owner, delay = beam_duration, target = owner, hidden = TRUE)
extinguish_laser()
StartCooldown()
return TRUE
Expand Down

0 comments on commit 72c5084

Please sign in to comment.