Haters gonna hate update:

- New Reagent: Copper. Available from the Chem Dispenser.
- "Robotic Transformation" (ie, the one you get from roburgers) is now cureable but has a low chance of recovering.
- "Xenomorph Transformation" (what you get from eating alien meat but is different from being facehugged) is now cureable but has a low chance of recovering.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@756 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2011-01-03 05:07:41 +00:00
parent 93f26567e0
commit 8c9fe5894b
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
icon_state = "dispenser"
var/energy = 25
var/max_energy = 25
var/list/dispensable_reagents = list("water","oxygen","nitrogen","hydrogen","potassium","sodium","mercury","sulfur","carbon","chlorine","fluorine","phosphorus","lithium","acid","radium","iron","aluminium","silicon","plasma","sugar","ethanol")
var/list/dispensable_reagents = list("water","oxygen","nitrogen","hydrogen","potassium","sodium","mercury","copper","sulfur","carbon","chlorine","fluorine","phosphorus","lithium","acid","radium","iron","aluminium","silicon","plasma","sugar","ethanol")
proc
recharge()
@@ -346,6 +346,11 @@ datum
description = "A colorless, odorless gas."
reagent_state = GAS
copper
name = "Copper"
id = "copper"
description = "A highly ductile metal."
nitrogen
name = "Nitrogen"
id = "nitrogen"