Merge pull request #36 from shellspeed1/Organ-updates-for-stasis-beds

Massive organ overhaul and some new surgeries ported from cit orginally created by Fermi. Mergeable
This commit is contained in:
quotefox
2019-10-18 21:47:14 +01:00
committed by GitHub
120 changed files with 1756 additions and 400 deletions
+1 -1
View File
@@ -1752,7 +1752,7 @@
if(DEAD)
status = "<font color='red'><b>Dead</b></font>"
health_description = "Status = [status]"
health_description += "<BR>Oxy: [L.getOxyLoss()] - Tox: [L.getToxLoss()] - Fire: [L.getFireLoss()] - Brute: [L.getBruteLoss()] - Clone: [L.getCloneLoss()] - Brain: [L.getBrainLoss()] - Stamina: [L.getStaminaLoss()]"
health_description += "<BR>Oxy: [L.getOxyLoss()] - Tox: [L.getToxLoss()] - Fire: [L.getFireLoss()] - Brute: [L.getBruteLoss()] - Clone: [L.getCloneLoss()] - Brain: [L.getOrganLoss(ORGAN_SLOT_BRAIN)] - Stamina: [L.getStaminaLoss()]"
else
health_description = "This mob type has no health to speak of."