does some of the television's demands

This commit is contained in:
Poojawa
2019-10-08 04:02:20 -05:00
parent 3113074bfb
commit d7ab97dffc
4 changed files with 10 additions and 7 deletions
+1 -3
View File
@@ -159,9 +159,7 @@
if((D.spread_flags & DISEASE_SPREAD_SPECIAL) || (D.spread_flags & DISEASE_SPREAD_NON_CONTAGIOUS))
continue
C.ForceContractDisease(D)
if(!(blood_data["blood_type"] in get_safe_blood(C.dna.blood_type)))
C.reagents.add_reagent("bonehurtingjuice", amount * 0.5)
return TRUE
//This used to inject oof ouch results, but since we add the reagent, and the reagent causes oof ouch on mob life... why double dip?
C.blood_volume = min(C.blood_volume + round(amount, 0.1), BLOOD_VOLUME_MAXIMUM)
return TRUE