Safer way to do the alien thang.

This commit is contained in:
Zuhayr
2014-01-08 11:05:58 +10:30
parent e8a5b37ea7
commit 787da649c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -868,7 +868,7 @@
proc/handle_chemicals_in_body()
if(reagents)
var/alien //Not the best way to handle it, but neater than checking this for every single reagent proc.
var/alien = 0 //Not the best way to handle it, but neater than checking this for every single reagent proc.
if(species && species.name == "Diona")
alien = 1
else if(species && species.name == "Vox")
@@ -14,7 +14,7 @@
//var/uni_append = "12C4E2" // Small appearance modifier for different species.
var/list/uni_append = list(0x12C,0x4E2) // Same as above for DNA2.
var/update_muts = 1 // Monkey gene must be set at start.
var/alien //Used for reagent metabolism.
var/alien = 0 //Used for reagent metabolism.
/mob/living/carbon/monkey/tajara
name = "farwa"