Merge pull request #1156 from Fox-McCloud/spess-dogs

New Race: Canine Race--Vulpkanin
This commit is contained in:
ZomgPonies
2015-05-25 04:43:04 -04:00
18 changed files with 229 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
var/list/datum/disease2/effectholder/effects = list()
var/antigen = 0 // 16 bits describing the antigens, when one bit is set, a cure with that bit can dock here
var/max_stage = 4
var/list/affected_species = list("Human","Unathi","Skrell","Tajaran","Vox","Kidan","Slime People","Grey","Diona")
var/list/affected_species = list("Human","Unathi","Skrell","Tajaran","Vox","Kidan","Slime People","Grey","Diona", "Vulpkanin")
/datum/disease2/disease/New()
uniqueID = rand(0,10000)