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