mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 14:42:56 +00:00
fixes a very hilarious grey autocloner bug (#24038)
* fixes a very hillarious grey autocloner bug * actually move it here so languages are kept
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
R.dna = new /datum/dna()
|
||||
|
||||
var/mob/living/carbon/human/H = new /mob/living/carbon/human(src)
|
||||
H.set_species(/datum/species/grey) //This is a grey cloner after all. Funnier this way tbh
|
||||
occupant = H
|
||||
|
||||
if(!R.dna.real_name) //to prevent null names
|
||||
@@ -66,6 +65,8 @@
|
||||
|
||||
H.dna = R.dna.Clone()
|
||||
|
||||
H.set_species(/datum/species/grey) //This is a grey cloner after all. Funnier this way tbh
|
||||
|
||||
for(var/datum/language/L in R.languages)
|
||||
H.add_language(L.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user