mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user