Skip to content

Commit

Permalink
Update code/modules/psionics/abilities/grip.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 ba5d91f commit 9170195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/psionics/abilities/grip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
var/mob/living/M = hit_atom
user.visible_message(SPAN_DANGER("[user] extends [user.get_pronoun("his")] arm and makes a grab motion towards [M]!"),
SPAN_DANGER("You extend your arm and grab [M] with your psionic energy!"))
to_chat(M, SPAN_DANGER("<font size=4>You feel an invisible force tighten around you!</font>"))
to_chat(M, SPAN_DANGER(FONT_HUGE("You feel an invisible force tighten around you!")))
M.captured = TRUE
M.update_canmove()
victim = M

0 comments on commit 9170195

Please sign in to comment.