Merge pull request #17102 from dearmochi/fix-runtime-pr-17096

Fixes a runtime on organ processing
This commit is contained in:
Fox McCloud
2021-11-14 15:47:42 -05:00
committed by GitHub
+3 -1
View File
@@ -101,7 +101,9 @@
germ_level = 0
return
if(!owner && !is_preserved())
if(!owner)
if(is_preserved())
return
// Maybe scale it down a bit, have it REALLY kick in once past the basic infection threshold
// Another mercy for surgeons preparing transplant organs
germ_level++