Fixes a typo (#22177)

* spelling

* removes accidentally added space

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
PopGamer46
2023-09-06 19:03:48 +02:00
committed by GitHub
co-authored by Contrabang
parent 65ab4a5d89
commit 516e9a6b84
@@ -1051,9 +1051,9 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
to_chat(usr, "<span class='notice'>You [locked ? "lock" : "unlock"] your cover.</span>")
return
if(!locked)
to_chat(usr, "<span class='warning'>You cannot lock your cover yourself. Find a robotocist.</span>")
to_chat(usr, "<span class='warning'>You cannot lock your cover yourself. Find a roboticist.</span>")
return
if(alert("You cannnot lock your own cover again. Are you sure?\n You will need a robotocist to re-lock you.", "Unlock Own Cover", "Yes", "No") == "Yes")
if(alert("You cannnot lock your own cover again. Are you sure?\n You will need a roboticist to re-lock you.", "Unlock Own Cover", "Yes", "No") == "Yes")
locked = !locked
update_icons()
to_chat(usr, "<span class='notice'>You unlock your cover.</span>")