mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Apply suggestions from code review
Thank you Raeschen Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -67,10 +67,10 @@
|
||||
required_reagents = list("neoliquidfire" = 1, "glucose" = 1, "hydrogen" = 1)
|
||||
result_amount = 2
|
||||
|
||||
/decl/chemical_reaction/instant/puriyfingagent
|
||||
name = "Puriyfing Agent"
|
||||
id = "puriyfingagent"
|
||||
result = "puryfingagent"
|
||||
/decl/chemical_reaction/instant/purifyingagent
|
||||
name = "Purifying Agent"
|
||||
id = "purifyingagent"
|
||||
result = "purifyingagent"
|
||||
required_reagents = list("deathblood" = 1, "carthatoline" = 1, "hyronalin" = 1)
|
||||
result_amount = 2
|
||||
|
||||
@@ -119,9 +119,9 @@
|
||||
required_reagents = list("bicard" = 1, "kelotane" = 1, "liquidlife" = 1, "carpotoxin" = 1, "quadcord" = 1, "cryptobiolin" = 1)
|
||||
result_amount = 6
|
||||
|
||||
/decl/chemical_reaction/instant/phoneixbreath
|
||||
name = "phoneixbreath"
|
||||
id = "phoneixbreath"
|
||||
result = "phoneixbreath"
|
||||
/decl/chemical_reaction/instant/phoenixbreath
|
||||
name = "phoenixbreath"
|
||||
id = "phoenixbreath"
|
||||
result = "phoenixbreath"
|
||||
required_reagents = list("vermicetol" = 1, "liquidlife" = 1, "neoliquidfire" = 1, "souldew" = 1, "phoron" = 1, "dermaline" = 1)
|
||||
result_amount = 6
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
/datum/reagent/purifyingagent
|
||||
name = "Purifying Agent"
|
||||
id = "puriyfingagent"
|
||||
id = "purifyingagent"
|
||||
description = "An agent that purges one's body of rads and toxins."
|
||||
reagent_state = LIQUID
|
||||
color = "#225722"
|
||||
@@ -175,7 +175,7 @@
|
||||
/datum/reagent/neotane
|
||||
name = "Neo Kelotane"
|
||||
id = "neotane"
|
||||
description = "An advancment of kelotane that scars and breaks apart the users flesh to remove the burnt tissue."
|
||||
description = "An advancement of kelotane that scars and breaks apart the user's flesh to remove the burnt tissue."
|
||||
taste_description = "bitterness"
|
||||
reagent_state = LIQUID
|
||||
color = "#FF6600"
|
||||
@@ -308,7 +308,7 @@
|
||||
/datum/reagent/curea
|
||||
name = "curea"
|
||||
id = "curea"
|
||||
description = "An experimental that removes many aligments, such as poison and stiffing of muscles via frost"
|
||||
description = "An experimental that removes many ailments, such as poison and stiffening of muscles via frost"
|
||||
taste_description = "bitterness"
|
||||
reagent_state = LIQUID
|
||||
color = "#660066"
|
||||
|
||||
Reference in New Issue
Block a user