Updates Unwind wording (#22365)

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Arrow768
2026-04-30 00:59:34 +00:00
committed by GitHub
co-authored by Werner
parent 4e3d5c42a5
commit 0c719c6b99
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -1337,7 +1337,7 @@ var/global/enabled_spooking = 0
target.visible_message("<font color='#002eb8'><b>OOC Information:</b></font> <span class='warning'>[target] has been winded by a member of staff! Please freeze all roleplay involving their character until the matter is resolved! Adminhelp if you have further questions.</span>", SPAN_WARNING("<b>You have been winded by a member of staff! Please stand by until they contact you!</b>"))
target.paralysis = 8000
else
if (alert(user, "The player is currently winded. Do you want to unwind him?", "Unwind player?", "Yes", "No") == "No")
if (alert(user, "The player is currently winded. Do you want to unwind the player?", "Unwind player?", "Yes", "No") == "No")
return
target.paralysis = 0
msg = "has unparalyzed [key_name_admin(target)]."