From 19fa3848fb1ac535b2638305198f411323d5da53 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Tue, 24 Mar 2015 19:19:03 -0700 Subject: [PATCH] i forgot to remove old cyanide in favor of new cyanide, rippers --- code/modules/reagents/Chemistry-Reagents.dm | 16 ---------------- code/modules/reagents/Chemistry-Recipes.dm | 7 ------- 2 files changed, 23 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index 24509dbb0c5..03411d7b75a 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -363,22 +363,6 @@ datum ..() return - cyanide - // Fast and lethal - name = "Cyanide" - id = "cyanide" - description = "A highly toxic chemical." - reagent_state = LIQUID - color = "#CF3600" // rgb: 207, 54, 0 - - on_mob_life(var/mob/living/M as mob) - if(!M) M = holder.my_atom - M.adjustToxLoss(3) - M.adjustOxyLoss(3) - M.sleeping += 1 - ..() - return - minttoxin name = "Mint Toxin" id = "minttoxin" diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 06f44cf718a..f6d41a6cbae 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -115,13 +115,6 @@ datum required_reagents = list("ethanol" = 1, "tramadol" = 1, "plasma" = 1) result_amount = 1 - //cyanide - // name = "Cyanide" - // id = "cyanide" - // result = "cyanide" - // required_reagents = list("hydrogen" = 1, "carbon" = 1, "nitrogen" = 1) - // result_amount = 1 - thermite name = "Thermite" id = "thermite"