mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -2,7 +2,7 @@
|
||||
name = "Machine"
|
||||
name_plural = "Machines"
|
||||
|
||||
blurb = "Positronic intelligence really took off in the 26th century, and it is not uncommon to see independant, free-willed \
|
||||
blurb = "Positronic intelligence really took off in the 26th century, and it is not uncommon to see independent, free-willed \
|
||||
robots on many human stations, particularly in fringe systems where standards are slightly lax and public opinion less relevant \
|
||||
to corporate operations. IPCs (Integrated Positronic Chassis) are a loose category of self-willed robots with a humanoid form, \
|
||||
generally self-owned after being 'born' into servitude; they are reliable and dedicated workers, albeit more than slightly \
|
||||
|
||||
@@ -713,7 +713,7 @@ Pass a positive integer as an argument to override a bot's default speed.
|
||||
to_chat(src, "<span class='warning big'>RETURN HOME!</span>")
|
||||
if("ejectpai")
|
||||
else
|
||||
to_chat(src, "<span class='warning'>Unidentified control sequence recieved: [command]</span>")
|
||||
to_chat(src, "<span class='warning'>Unidentified control sequence received: [command]</span>")
|
||||
|
||||
/mob/living/simple_animal/bot/proc/handle_command(mob/user, command, list/params)
|
||||
// We aint even on, why bother
|
||||
|
||||
@@ -47,7 +47,7 @@ Difficulty: Hard
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/ancient_robot
|
||||
name = "\improper Vetus Speculator"
|
||||
desc = "An ancient robot from a long forgotten civilization. Adapts to the enviroment, and what it finds, to be the ideal combatant."
|
||||
desc = "An ancient robot from a long forgotten civilization. Adapts to the environment, and what it finds, to be the ideal combatant."
|
||||
health = 2500
|
||||
maxHealth = 2500
|
||||
attacktext = "shocks"
|
||||
|
||||
Reference in New Issue
Block a user