diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index f3be6bd20a6..79f507dca8f 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -3544,7 +3544,7 @@ datum M.drop_from_inventory(W) M.gib() return -/* Not tested + necrovirus name = "Zombie Virus" id = "necrodisease" @@ -3559,4 +3559,4 @@ datum M.viruses += D ..() return -*/ + diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index eb626c2329d..e8cfc56a33a 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1963,12 +1963,12 @@ datum result = "necrocure" required_reagents = list("sterilizine" = 2, "zmeat" = 2) result_amount = 5 -/* Not Tested + necrodisease name = "Zombie Virus" id = "necrodisease" result = "necrodisease" required_reagents = list("zombiepowder" = 2, "cryptobiolin" = 2) result_amount = 5 -*/ +