fluke fix and tweak (#17652)

This commit is contained in:
smellie
2023-10-26 14:18:59 +00: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
+7
View File
@@ -0,0 +1,7 @@
author: kermit
delete-after: True
changes:
- bugfix: "Heart parasites can no longer eat metal hearts."
- tweak: "Reduces speed of parasite hunger drain."