Merge pull request #15361 from Runa-Dacino/zorrencopper

Makes Zorren blood actually based on copper: Iron no longer regens their blood, copper is needed
This commit is contained in:
Heroman3003
2023-09-10 08:57:38 +10:00
committed by GitHub
4 changed files with 6 additions and 4 deletions
@@ -86,7 +86,7 @@
if(organ)
dat += "<b>Organ damage</b> - Give Peridaxon. Perform full body scan for targeted organ repair surgery.<br>"
if(bloodloss)
dat += "<b>Low blood volume</b> - Commence blood transfusion via IV drip or provide blood-restorative chemicals (i.e. Iron)."
dat += "<b>Low blood volume</b> - Commence blood transfusion via IV drip or provide blood-restorative chemicals (e.g.: Copper for zorren and skrell, iron for the rest)."
if(M.getToxLoss())
dat += "<b>Toxins</b> - Give Dylovene or Carthatoline. Vomitting is normal and helpful. Tends to be a symptom of larger issues, such as infection.<br>"
if(M.getBruteLoss())