mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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:
@@ -1652,12 +1652,12 @@
|
||||
/datum/reagent/consumable/ethanol/acid_dreams
|
||||
name = "Acid Dreams"
|
||||
id = "aciddreams"
|
||||
description = "This one looks just wierd and reeks of acid."
|
||||
description = "This one looks just weird and reeks of acid."
|
||||
color = "#B7FF6A" // rgb: 183, 255, 106
|
||||
alcohol_perc = 0.7
|
||||
drink_icon = "aciddreams"
|
||||
drink_name = "Acid Dreams"
|
||||
drink_desc = "This one looks just wierd and reeks of acid."
|
||||
drink_desc = "This one looks just weird and reeks of acid."
|
||||
taste_description = "acid"
|
||||
|
||||
/datum/reagent/consumable/ethanol/acid_dreams/on_mob_life(mob/living/M)
|
||||
|
||||
@@ -355,7 +355,7 @@
|
||||
/datum/reagent/fuel/unholywater //if you somehow managed to extract this from someone, dont splash it on yourself and have a smoke
|
||||
name = "Unholy Water"
|
||||
id = "unholywater"
|
||||
description = "Something that shouldn't exist on this plane of existance."
|
||||
description = "Something that shouldn't exist on this plane of existence."
|
||||
process_flags = ORGANIC | SYNTHETIC //ethereal means everything processes it.
|
||||
metabolization_rate = 1
|
||||
taste_description = "sulfur"
|
||||
|
||||
Reference in New Issue
Block a user