Renames phoron to plasma everywhere in the codebase and replaces sprites. (#3110)
This commit is contained in:
committed by
GitHub
parent
2d06990ee3
commit
9b1142973e
@@ -104,8 +104,8 @@ namespace Content.Server.GameObjects.Components.Power
|
||||
void ISolutionChange.SolutionChanged(SolutionChangeEventArgs eventArgs)
|
||||
{
|
||||
IsRigged = Owner.TryGetComponent(out SolutionContainerComponent? solution)
|
||||
&& solution.Solution.ContainsReagent("chem.Phoron", out var phoron)
|
||||
&& phoron >= 5;
|
||||
&& solution.Solution.ContainsReagent("chem.Plasma", out var plasma)
|
||||
&& plasma >= 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user