Frezon (#9980)
* stuff i'll have to fix anyway when n2o gets merged * everything except the finished reactions * freon coolant reaction but with bad curve * miasmic subsumation * freon production * nitrogen and diff temp scaling * uhh meant to change that * # * hitting that frezon boof
This commit is contained in:
@@ -15,10 +15,12 @@ namespace Content.Server.StationEvents.Events
|
||||
|
||||
public override string Prototype => "GasLeak";
|
||||
|
||||
private static readonly Gas[] LeakableGases = {
|
||||
private static readonly Gas[] LeakableGases =
|
||||
{
|
||||
Gas.Miasma,
|
||||
Gas.Plasma,
|
||||
Gas.Tritium,
|
||||
Gas.Frezon,
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user