Skip to content

Commit

Permalink
Update code/modules/psionics/abilities/singularity.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 323a62a commit f955182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/abilities/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
S.creator = user
singularity = S
playsound(get_turf(user), 'sound/effects/fingersnap.ogg')
user.visible_message(SPAN_DANGER("<font size=4>[user] snaps [user.get_pronoun("his")] fingers and generates a hole of psionic energy!</font>"),
user.visible_message(SPAN_DANGER(FONT_HUGE("[user] snaps [user.get_pronoun("his")] fingers and generates a hole of psionic energy!")),
SPAN_DANGER("You snap your fingers and generate a vortex of psionic energy."))

/obj/effect/singularity
Expand Down

0 comments on commit f955182

Please sign in to comment.