git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4821 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
baloh.matevz
2012-10-07 02:51:30 +00:00
parent 44b5a92c5d
commit 07a2721996
2 changed files with 8 additions and 8 deletions

View File

@@ -1541,10 +1541,10 @@ datum
M.status_flags &= ~FAKEDEATH
..()
LSD
name = "LSD"
id = "LSD"
description = "A hallucinogen"
mindbreaker
name = "Mindbreaker Toxin"
id = "mindbreaker"
description = "A powerful hallucinogen. Not a thing to be messed with."
reagent_state = LIQUID
color = "#B31008" // rgb: 139, 166, 233

View File

@@ -423,10 +423,10 @@ datum
required_reagents = list("carpotoxin" = 5, "stoxin" = 5, "copper" = 5)
result_amount = 2
LSD
name = "LSD"
id = "LSD"
result = "LSD"
mindbreaker
name = "Mindbreaker Toxin"
id = "mindbreaker"
result = "mindbreaker"
required_reagents = list("silicon" = 1, "hydrogen" = 1, "anti_toxin" = 1)
result_amount = 5