Fixes missing organ pain msg at 61-69 range (#16495)

* fixes pain msg

* cl

* infinity
This commit is contained in:
Llywelwyn
2023-06-20 09:33:52 +00:00
committed by GitHub
parent 9c5191da4e
commit 6d16b5f489
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
msg = "[burning ? species.organ_low_burn_message : species.organ_low_pain_message]"
if(11 to 60)
msg = "[burning ? species.organ_med_burn_message : species.organ_med_pain_message]"
if(70 to 10000)
if(61 to INFINITY)
msg = "[burning ? species.organ_high_burn_message : species.organ_high_pain_message]"
msg = replacetext(msg, "%PARTNAME%", damaged_organ.name)
custom_pain(msg, maxdam, prob(30), damaged_organ, TRUE)