mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
some moire
This commit is contained in:
@@ -177,7 +177,7 @@ var/list/organ_cache = list()
|
||||
if(!owner && reagents)
|
||||
var/datum/reagent/blood/B = locate(/datum/reagent/blood) in reagents.reagent_list
|
||||
if(B && prob(40) && !isbelly(loc)) //VOREStation Edit
|
||||
reagents.remove_reagent("blood",0.1)
|
||||
reagents.remove_reagent(REAGENT_ID_BLOOD,0.1)
|
||||
blood_splatter(src,B,1)
|
||||
if(CONFIG_GET(flag/organs_decay) && decays) damage += rand(1,3)
|
||||
if(damage >= max_damage)
|
||||
|
||||
Reference in New Issue
Block a user