Some merge fixes, changed Malf laws to regular AI ones, changes for the AI and Cyborgs hints, and an actual fix for implanting rev heads.

This commit is contained in:
Ren Erthilo
2012-03-28 03:45:36 +01:00
parent 463fec60b5
commit bbc40f27ee
4 changed files with 13 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
proc/UpdateDamage()
health = 60 - (getOxyLoss() + getToxLoss() + getFireLoss() + getBruteLoss() + cloneloss)
health = 60 - (getOxyLoss() + getToxLoss() + getFireLoss() + getBruteLoss() + getCloneLoss())
return