Arachnid species (#13945)

This commit is contained in:
PixelTK
2023-04-29 17:19:06 +01:00
committed by GitHub
parent 217b8a5a38
commit 8269a500b3
55 changed files with 1158 additions and 3 deletions

View File

@@ -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);