mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixing Phlog recipe and Phlog fire after Phosphoric Acid addition introduced chemistry bug. (#31953)
This commit is contained in:
@@ -213,8 +213,8 @@
|
||||
name = "Phlogiston"
|
||||
id = "phlogiston"
|
||||
result = "phlogiston"
|
||||
required_reagents = list("phosphorus" = 1, "plasma" = 1, "sacid" = 1, "stabilizing_agent" = 1)
|
||||
result_amount = 4
|
||||
required_reagents = list("phosacid" = 1, "plasma" = 1, "stabilizing_agent" = 1)
|
||||
result_amount = 3
|
||||
mix_message = "The substance becomes sticky and extremely warm."
|
||||
|
||||
/datum/chemical_reaction/phlogiston_dust
|
||||
@@ -230,7 +230,7 @@
|
||||
name = "Phlogiston Fire"
|
||||
id = "phlogiston_fire"
|
||||
result = "phlogiston"
|
||||
required_reagents = list("phosphorus" = 1, "plasma" = 1, "sacid" = 1)
|
||||
required_reagents = list("phosacid" = 1, "plasma" = 1)
|
||||
mix_message = "The substance erupts into wild flames."
|
||||
|
||||
/datum/chemical_reaction/phlogiston_fire/on_reaction(datum/reagents/holder, created_volume)
|
||||
|
||||
Reference in New Issue
Block a user