mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
somethign -> something (#12021)
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: listerla
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- spellcheck: "Changed an instance of somethign to something when applying tape to eyes."
|
||||
Reference in New Issue
Block a user