Skip to content

Commit

Permalink
Update code/modules/psionics/abilities/time_stop.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 f955182 commit 90f48f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/abilities/time_stop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
return

if(do_after(user, 1 SECOND))
user.visible_message(SPAN_DANGER("<font size=4>[user] extends [user.get_pronoun("his")] arms to [user.get_pronoun("his")] sides!</font>"),
user.visible_message(SPAN_DANGER(FONT_HUGE("[user] extends [user.get_pronoun("his")] arms to [user.get_pronoun("his")] sides!")),
SPAN_DANGER("You extend your arms to your side and crystallize the Nlom around you!"))
time_stop(user)

Expand Down

0 comments on commit 90f48f5

Please sign in to comment.