mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Reagent name capitalisation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/datum/reagent/spider_eggs
|
||||
name = "spider eggs"
|
||||
name = "Spider eggs"
|
||||
id = "spidereggs"
|
||||
description = "A fine dust containing spider eggs. Oh gosh."
|
||||
reagent_state = SOLID
|
||||
@@ -124,7 +124,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/reagent/bacon_grease
|
||||
name = "pure bacon grease"
|
||||
name = "Pure bacon grease"
|
||||
id = "bacon_grease"
|
||||
description = "Hook me up to an IV of that sweet, sweet stuff!"
|
||||
reagent_state = LIQUID
|
||||
@@ -185,30 +185,30 @@
|
||||
taste_description = "watery milk"
|
||||
|
||||
/datum/reagent/mutagen/mutagenvirusfood
|
||||
name = "mutagenic agar"
|
||||
name = "Mutagenic agar"
|
||||
id = "mutagenvirusfood"
|
||||
description = "mutates blood"
|
||||
color = "#A3C00F" // rgb: 163,192,15
|
||||
|
||||
/datum/reagent/mutagen/mutagenvirusfood/sugar
|
||||
name = "sucrose agar"
|
||||
name = "Sucrose agar"
|
||||
id = "sugarvirusfood"
|
||||
color = "#41B0C0" // rgb: 65,176,192
|
||||
taste_mult = 1.5
|
||||
|
||||
/datum/reagent/medicine/diphenhydramine/diphenhydraminevirusfood
|
||||
name = "virus rations"
|
||||
name = "Virus rations"
|
||||
id = "diphenhydraminevirusfood"
|
||||
description = "mutates blood"
|
||||
color = "#D18AA5" // rgb: 209,138,165
|
||||
|
||||
/datum/reagent/plasma_dust/plasmavirusfood
|
||||
name = "virus plasma"
|
||||
name = "Virus plasma"
|
||||
id = "plasmavirusfood"
|
||||
description = "mutates blood"
|
||||
color = "#A69DA9" // rgb: 166,157,169
|
||||
|
||||
/datum/reagent/plasma_dust/plasmavirusfood/weak
|
||||
name = "weakened virus plasma"
|
||||
name = "Weakened virus plasma"
|
||||
id = "weakplasmavirusfood"
|
||||
color = "#CEC3C6" // rgb: 206,195,198
|
||||
|
||||
@@ -447,7 +447,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/reagent/consumable/flour
|
||||
name = "flour"
|
||||
name = "Flour"
|
||||
id = "flour"
|
||||
description = "This is what you rub all over yourself to pretend to be a ghost."
|
||||
reagent_state = SOLID
|
||||
@@ -852,7 +852,7 @@
|
||||
return ..() | update_flags
|
||||
|
||||
/datum/reagent/cholesterol
|
||||
name = "cholesterol"
|
||||
name = "Cholesterol"
|
||||
id = "cholesterol"
|
||||
description = "Pure cholesterol. Probably not very good for you."
|
||||
reagent_state = LIQUID
|
||||
|
||||
@@ -500,7 +500,7 @@
|
||||
M.RemoveElement(/datum/element/waddling)
|
||||
|
||||
/datum/reagent/royal_bee_jelly
|
||||
name = "royal bee jelly"
|
||||
name = "Royal bee jelly"
|
||||
id = "royal_bee_jelly"
|
||||
description = "Royal Bee Jelly, if injected into a Queen Space Bee said bee will split into two bees."
|
||||
color = "#00ff80"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/reagent/phlogiston
|
||||
name = "phlogiston"
|
||||
name = "Phlogiston"
|
||||
id = "phlogiston"
|
||||
description = "It appears to be liquid fire."
|
||||
reagent_state = LIQUID
|
||||
@@ -36,7 +36,7 @@
|
||||
return ..()
|
||||
|
||||
/datum/reagent/phlogiston/firedust
|
||||
name = "phlogiston dust"
|
||||
name = "Phlogiston dust"
|
||||
id = "phlogiston_dust"
|
||||
description = "And this is solid fire. However that works."
|
||||
temp_fire = 1500
|
||||
@@ -45,7 +45,7 @@
|
||||
mob_burning = 3 // 15
|
||||
|
||||
/datum/reagent/napalm
|
||||
name = "napalm"
|
||||
name = "Napalm"
|
||||
id = "napalm"
|
||||
description = "A highly flammable jellied fuel."
|
||||
reagent_state = LIQUID
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
/datum/reagent/stable_mutagen
|
||||
name = "Stable mutagen"
|
||||
id = "stable_mutagen"
|
||||
description = "Just the regular, boring sort of mutagenic compound. Works in a completely predictable manner."
|
||||
description = "Just the regular, boring sort of mutagenic compound. Works in a completely predictable manner."
|
||||
reagent_state = LIQUID
|
||||
color = "#7DFF00"
|
||||
taste_description = "slime"
|
||||
@@ -233,7 +233,7 @@
|
||||
data = B.data.Copy()
|
||||
|
||||
/datum/reagent/uranium
|
||||
name ="Uranium"
|
||||
name = "Uranium"
|
||||
id = "uranium"
|
||||
description = "A silvery-white metallic chemical element in the actinide series, weakly radioactive."
|
||||
reagent_state = SOLID
|
||||
@@ -367,7 +367,7 @@
|
||||
to_chat(H, "<span class='warning'>The blueish acidic substance stings[volume < 5 ? " you, but isn't concentrated enough to harm you" : null]!</span>")
|
||||
|
||||
/datum/reagent/acetic_acid
|
||||
name = "acetic acid"
|
||||
name = "Acetic acid"
|
||||
id = "acetic_acid"
|
||||
description = "A weak acid that is the main component of vinegar and bad hangovers."
|
||||
color = "#0080ff"
|
||||
|
||||
Reference in New Issue
Block a user