fluke fix and tweak (#17652)

This commit is contained in:
smellie
2023-10-26 15:18:59 +01:00
committed by GitHub
parent 20597c4b2c
commit bf032ee4c0
2 changed files with 13 additions and 2 deletions
+6 -2
View File
@@ -439,7 +439,7 @@
if (!owner)
return
if(prob(10))
if(prob(4))
owner.adjustNutritionLoss(10)
if(stage >= 2) //after ~5 minutes
@@ -490,7 +490,11 @@
if (!owner)
return
if(prob(10))
if(BP_IS_ROBOTIC(heart))
recession = 10
return
if(prob(4))
owner.adjustNutritionLoss(10)
if(stage >= 2) //after ~7.5 minutes