Hopefully makes blood useless

This commit is contained in:
Artur
2020-02-12 11:27:57 +02:00
parent d05624dbec
commit 7d1cf6a5a0
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
splat_type = /obj/effect/gibspawner/generic
filling_color = "#FF0000"
foodtype = FRUIT | GROSS
grind_results = list(/datum/reagent/consumable/ketchup = 0, /datum/reagent/blood = 0)
grind_results = list(/datum/reagent/consumable/ketchup = 0, /datum/reagent/blood/tomato = 0)
distill_reagent = /datum/reagent/consumable/ethanol/bloody_mary
// Blue Tomato
@@ -119,7 +119,7 @@
if(!istype(D, /datum/disease/advance))
preserve += D
data["viruses"] = preserve
return 1
return TRUE
/datum/reagent/blood/proc/get_diseases()
. = list()
@@ -172,6 +172,19 @@
color = BLOOD_COLOR_BUG // Bug colored, I guess.
pH = 7.25
/datum/reagent/blood/tomato
data = list("donor"=null,"viruses"=null,"blood_DNA"=null, "bloodcolor" = BLOOD_COLOR_HUMAN, "blood_type"="SY","resistances"=null,"trace_chem"=null,"mind"=null,"ckey"=null,"gender"=null,"real_name"=null,"cloneable"=null,"factions"=null)
name = "Tomato Blood"
description = "This highly resembles blood, but it doesnt actually function like blood."
taste_description = "sap" //Like tree sap?
pH = 7.45
/datum/reagent/blood/tomato/on_merge(list/mix_data) //Tomato blood doesnt mix.
return FALSE
/datum/reagent/blood/tomato/on_mob_life(mob/living/carbon/C) //So it bloodsuckers cant use this as an unlimited blood supply
return
/datum/reagent/blood/jellyblood/on_mob_life(mob/living/carbon/M)
if(prob(10))