somethign -> something (#12021)

This commit is contained in:
listerla
2021-06-10 13:31:12 -03:00
committed by GitHub
parent f9a2052af3
commit 92f37e2711
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
to_chat(user, "<span class='warning'>\The [H] doesn't have any eyes.</span>")
return
if(H.glasses)
to_chat(user, "<span class='warning'>\The [H] is already wearing somethign on their eyes.</span>")
to_chat(user, "<span class='warning'>\The [H] is already wearing something on their eyes.</span>")
return
if(H.head && (H.head.body_parts_covered & FACE))
to_chat(user, "<span class='warning'>Remove their [H.head] first.</span>")
+6
View File
@@ -0,0 +1,6 @@
author: listerla
delete-after: True
changes:
- spellcheck: "Changed an instance of somethign to something when applying tape to eyes."