mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Arachnid species (#13945)
This commit is contained in:
@@ -261,7 +261,7 @@ public sealed partial class PuddleSystem : SharedPuddleSystem
|
||||
// Make blood stand out more
|
||||
// Kinda EH
|
||||
// Could potentially do alpha per-solution but future problem.
|
||||
var standoutReagents = new string[] { "Blood", "Slime" };
|
||||
var standoutReagents = new string[] { "Blood", "Slime", "SpiderBlood" };
|
||||
|
||||
color = solution.GetColorWithout(_prototypeManager, standoutReagents);
|
||||
color = color.WithAlpha(0.7f);
|
||||
|
||||
Reference in New Issue
Block a user