mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Added QOL Firefoam recipie
Dunno why I didn't think of this before.
This commit is contained in:
@@ -85,6 +85,15 @@
|
||||
required_reagents = list("water" = 1)
|
||||
catalysts = list("fluorine" = 10)
|
||||
result_amount = 1
|
||||
|
||||
/datum/chemical_reaction/firefightingfoamqol //Please don't abuse this and make us remove it. Seriously.
|
||||
name = "Firefighting Foam"
|
||||
id = "firefighting foam ez"
|
||||
result = "firefoam"
|
||||
required_reagents = list("water" = 1)
|
||||
catalysts = list("firefoam" = 0.01)
|
||||
inhibitors = list("fluorine" = 0.01)
|
||||
result_amount = 1
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
/// Vore Drugs
|
||||
|
||||
Reference in New Issue
Block a user