mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Adds Tajaran Akhani language. (#5032)
* Adds Tajaran Akhani language. Fixes plural form of Tajaran (Tajara->Tajaran) in about 50 places. * Gives the language a colour distinct from Siik. * Changelog
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
var/list/datum/disease2/effectholder/effects = list()
|
||||
var/antigen = list() // 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","Tajara")
|
||||
var/list/affected_species = list("Human","Unathi","Skrell","Tajaran")
|
||||
var/resistance = 10 // % chance a disease will resist cure, up to 100
|
||||
|
||||
/datum/disease2/disease/New()
|
||||
|
||||
Reference in New Issue
Block a user