Fixes lots of common spelling mistakes (#20086)

* Fixes common spelling errors: "atleast", "infront", "succesfully", "alot"

* recieve -> receive

* spelling mistakes: percieve, wierd, posession, seperate, succesful

* Spelling mistakes: noticable, concious, enviroment, existance, foward, interupted, independant

* tgui rebuild

* lets make this run

* "succeded" mispelling

* reverting money spam change
This commit is contained in:
Henri215
2023-01-08 22:12:31 -03:00
committed by GitHub
parent 87af43bace
commit e711cd5921
47 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -868,7 +868,7 @@
if(world.time < next_request)
return
next_request = world.time + 60 SECONDS //1 minute cooldown
to_chat(usr, "<span class='notice'>Your request has been recieved by Centcom.</span>")
to_chat(usr, "<span class='notice'>Your request has been received by Centcom.</span>")
log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.")
message_admins("<b>FERRY: <font color='#EB4E00'>[key_name_admin(usr)] (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
return TRUE