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
@@ -149,7 +149,7 @@ GLOBAL_PROTECT(VVmaint_only)
.["value"] = type
if(VV_MATRIX)
.["value"] = text2matrix(input("Enter a, b, c, d, e, and f, seperated by a space.", "Matrix", "1 0 0 0 1 0") as null|text)
.["value"] = text2matrix(input("Enter a, b, c, d, e, and f, separated by a space.", "Matrix", "1 0 0 0 1 0") as null|text)
if(.["value"] == null)
.["class"] = null
return
+1 -1
View File
@@ -12,7 +12,7 @@
var/turf/T = get_turf(O)
var/confirm = alert("Are you sure you want to possess [O]?", "Confirm posession", "Yes", "No")
var/confirm = alert("Are you sure you want to possess [O]?", "Confirm possession", "Yes", "No")
if(confirm != "Yes")
return