mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Merge pull request #17102 from dearmochi/fix-runtime-pr-17096
Fixes a runtime on organ processing
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user