mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
medicine.dm
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
name = "Allied Blob Revival"
|
||||
id = "blob_friend"
|
||||
result = null
|
||||
required_reagents = list(REAGENT_ID_HYDROPHORON = 40, "peridaxon" = 20, REAGENT_ID_MUTAGEN = 20)
|
||||
required_reagents = list(REAGENT_ID_HYDROPHORON = 40, REAGENT_ID_PERIDAXON = 20, REAGENT_ID_MUTAGEN = 20)
|
||||
result_amount = 1
|
||||
|
||||
/decl/chemical_reaction/instant/blob_reconstitution/domination/on_reaction(var/datum/reagents/holder)
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
if(!istype(blood))
|
||||
blood = new(T)
|
||||
blood.reagents.add_reagent(REAGENT_ID_BLOOD, 10,list("blood_colour" = color))
|
||||
blood.reagents.add_reagent("tricorlidaze", 5)
|
||||
blood.reagents.add_reagent(REAGENT_ID_TRICORLIDAZE, 5)
|
||||
blood.update_icon()
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user