mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Safer way to do the alien thang.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user