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
+1 -1
View File
@@ -197,7 +197,7 @@
/obj/item/flag/ussp
name = "\improper USSP flag"
desc = "A flag proudly boasting the logo of the USSP, a noticable faction in the galaxy."
desc = "A flag proudly boasting the logo of the USSP, a noticeable faction in the galaxy."
icon_state = "usspflag"
/obj/item/flag/solgov
@@ -364,7 +364,7 @@
/obj/item/nullrod/carp
name = "carp-sie plushie"
desc = "An adorable stuffed toy that resembles the god of all carp. The teeth look pretty sharp. Activate it to recieve the blessing of Carp-Sie."
desc = "An adorable stuffed toy that resembles the god of all carp. The teeth look pretty sharp. Activate it to receive the blessing of Carp-Sie."
icon = 'icons/obj/toy.dmi'
icon_state = "carpplushie"
item_state = "carp_plushie"
@@ -103,7 +103,7 @@
to_chat(user, "<span class='notice'>You rig [src].</span>")
rigged = TRUE
else
to_chat(user, "<span class='warning'>You need atleast 15 wires to rig [src]!</span>")
to_chat(user, "<span class='warning'>You need at least 15 wires to rig [src]!</span>")
return TRUE
if(istype(W, /obj/item/electropack))
if(rigged)
+2 -2
View File
@@ -8,7 +8,7 @@
/obj/structure/falsewall
name = "wall"
desc = "A huge chunk of metal used to seperate rooms."
desc = "A huge chunk of metal used to separate rooms."
anchored = TRUE
icon = 'icons/turf/walls/wall.dmi'
icon_state = "wall-0"
@@ -163,7 +163,7 @@
/obj/structure/falsewall/reinforced
name = "reinforced wall"
desc = "A huge chunk of reinforced metal used to seperate rooms."
desc = "A huge chunk of reinforced metal used to separate rooms."
icon = 'icons/turf/walls/reinforced_wall.dmi'
icon_state = "reinforced_wall-0"
base_icon_state = "reinforced_wall"