mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Resolve conflicts, fix compile errors
This commit is contained in:
@@ -68,11 +68,7 @@ var/list/organ_cache = list()
|
||||
species = GLOB.all_species[SPECIES_HUMAN]
|
||||
if(holder.dna)
|
||||
dna = holder.dna.Clone()
|
||||
<<<<<<< HEAD
|
||||
species = holder.species //VOREStation Edit - For custom species
|
||||
=======
|
||||
species = GLOB.all_species[dna.species]
|
||||
>>>>>>> f14184f... Merge pull request #6558 from Mechoid/GlobSpecies
|
||||
else
|
||||
log_debug("[src] at [loc] spawned without a proper DNA.")
|
||||
var/mob/living/carbon/human/H = holder
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
suggested_species = "Teshari"
|
||||
|
||||
/datum/robolimb/dsi_teshari/New()
|
||||
species_cannot_use = all_species.Copy()
|
||||
species_cannot_use = GLOB.all_species.Copy()
|
||||
species_cannot_use -= SPECIES_TESHARI
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user