blue blood now requires copper instead of iron to cure bloodloss (#20863)

* blue blood now requires copper instead of iron to cure bloodloss

* arachnid species now needs copper to cure bloodloss and copper pills added to medkits.

* fix puddlesystem proto

* remove the cool

* no longer uses hastag, instead uses custom heart organ and hasorgan.

* fix
This commit is contained in:
brainfood1183
2023-10-31 20:41:25 +00:00
committed by GitHub
parent 31d9956bd9
commit 15fc7b1e92
12 changed files with 103 additions and 17 deletions

View File

@@ -63,9 +63,9 @@ public sealed partial class PuddleSystem : SharedPuddleSystem
private const string Slime = "Slime";
[ValidatePrototypeId<ReagentPrototype>]
private const string SpiderBlood = "SpiderBlood";
private const string CopperBlood = "CopperBlood";
private static string[] _standoutReagents = new[] { Blood, Slime, SpiderBlood };
private static string[] _standoutReagents = new[] { Blood, Slime, CopperBlood };
public static float PuddleVolume = 1000;