deals with conflicts
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
if(M.health < M.maxHealth)
|
||||
M.adjustHealth(-3)
|
||||
if(ishuman(L) && L.blood_volume < (BLOOD_VOLUME_NORMAL * L.blood_ratio))
|
||||
L.blood_volume += 1.0
|
||||
L.AddIntegrationBlood(1.0)
|
||||
CHECK_TICK
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user