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
+2 -2
View File
@@ -65,8 +65,8 @@
message_admins("[key_name_admin(user)] just attempted to blow up [P] with the Detomatix cartridge but failed, blowing themselves up", 1)
else
user.show_message("<span class='notice'>Success!</span>", 1)
log_admin("[key_name(user)] just attempted to blow up [P] with the Detomatix cartridge and succeded")
message_admins("[key_name_admin(user)] just attempted to blow up [P] with the Detomatix cartridge and succeded", 1)
log_admin("[key_name(user)] just attempted to blow up [P] with the Detomatix cartridge and succeeded")
message_admins("[key_name_admin(user)] just attempted to blow up [P] with the Detomatix cartridge and succeeded", 1)
P.explode()
/datum/data/pda/messenger_plugin/virus/frame
+1 -1
View File
@@ -114,7 +114,7 @@
if(!istype(transfer_to) || transfer_to == src)
return //account no longer exists or something fucked is going on
if(transfer_funds(user, transfer_amount, transfer_to))
to_chat(user, "<span class='notice'>NanoBank: Transfer Succesful</span>")
to_chat(user, "<span class='notice'>NanoBank: Transfer Successful</span>")
last_transaction = world.time
if(!pda.silent)
playsound(pda, 'sound/machines/ping.ogg', 50, 0)