Readds config option to disable organ decay.

This commit is contained in:
Zuhayr
2015-07-27 15:30:38 +09:30
parent 64ccd8a048
commit 4afa8a80f8
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ var/list/organ_cache = list()
if(B && prob(40))
reagents.remove_reagent("blood",0.1)
blood_splatter(src,B,1)
damage += rand(1,3)
if(config.organs_decay) damage += rand(1,3)
if(damage >= max_damage)
die()