-ADDED MINING! HOLY FUCK! SPECIAL THANKS TO ERRORAGE FOR CODING THIS!

-A mining outpost spawns on its own isolated z-level. Only way to get there right now, is admin-travel
 -A lot of the related sprites are going to be altered/completely redone
 -Testing is going to be controlled by the admins, on request only.
 -Too much to describe, you'll have to check it out for yourself
-Commented out the new disease while a needed file is missing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@759 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre
2011-01-03 21:07:20 +00:00
parent 0e1ed7920d
commit 3514dd94e1
12 changed files with 1811 additions and 7 deletions
+2 -2
View File
@@ -1242,7 +1242,7 @@
var/datum/disease/F = new /datum/disease/flu(0)
var/list/data = list("virus"= F)
reagents.add_reagent("blood", 20, data)
/*
/obj/item/weapon/reagent_containers/glass/bottle/pierrot_throat
name = "Pierrot's Throat culture bottle"
desc = "A small bottle. Contains H0NI<42 virion culture in synthblood medium."
@@ -1254,7 +1254,7 @@
var/datum/disease/F = new /datum/disease/pierrot_throat(0)
var/list/data = list("virus"= F)
reagents.add_reagent("blood", 20, data)
*/
/obj/item/weapon/reagent_containers/glass/bottle/cold
name = "Rhinovirus culture bottle"
desc = "A small bottle. Contains XY-rhinovirus culture in synthblood medium."
File diff suppressed because it is too large Load Diff