mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
-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:
@@ -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
Reference in New Issue
Block a user