Skip to content

Commit

Permalink
Update code/modules/psionics/abilities/shockwave.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
  • Loading branch information
NonQueueingMatt and FluffyGhoster authored Jul 28, 2023
1 parent cc154f9 commit 323a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/abilities/shockwave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
to_chat(user, SPAN_WARNING("You charge your shockwave, slam your foot down... and then remember that you're in space."))
return
user.visible_message(SPAN_DANGER(FONT_HUGE("[user] charges [user.get_pronoun("his")] foot with psionic energy and slams it down!")),
SPAN_DANGER("<font size=4>You charge your foot with psionic energy and slam it down!</font>"))
SPAN_DANGER(FONT_HUGE("You charge your foot with psionic energy and slam it down!")))
playsound(T, 'sound/effects/meteorimpact.ogg', 100)
for(var/mob/M in get_hearers_in_view(7, src))
shake_camera(M, 5, 5)
Expand Down

0 comments on commit 323a62a

Please sign in to comment.