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 20:12:31 -05:00
committed by GitHub
parent 87af43bace
commit e711cd5921
47 changed files with 62 additions and 62 deletions
@@ -317,7 +317,7 @@
to_chat(user,"<span class='warning'>You trap [victim] in the prison cube!</span>")
qdel(src)
else
to_chat(user,"<span class='notice'>[src] only accepts restrained or unconcious prisoners.</span>")
to_chat(user,"<span class='notice'>[src] only accepts restrained or unconscious prisoners.</span>")
/proc/puzzle_imprison(mob/living/prisoner)
var/turf/T = get_turf(prisoner)