I was looking through the supply code and noticed this code on the unused 'Supply Warehouse':
Code:
Behavior = SupplyWarehouseCripplingBehavior ModuleTag_04
SelfHealSupression = 3000 ; Time since last damage until I can start to heal
SelfHealDelay = 500 ; Once I am okay to heal, how often to do so
SelfHealAmount = 5 ; And how much
; The Crippling part is tied to ReallyDamaged, or 30% health.
End
So somehow the warehouse heals itself? How does that work if it has ImmortalBody? And what is the 'crippling part' that the comment describes? Does it reduce the amount of supplies that are available or something?