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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user