i forgot to remove old cyanide in favor of new cyanide, rippers

This commit is contained in:
Iamgoofball
2015-03-24 19:19:03 -07:00
parent f0fb50a1be
commit 19fa3848fb
2 changed files with 0 additions and 23 deletions
@@ -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"
@@ -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"