Fixed the grey autocloner bug again, this time for greys. (#24872)

This commit is contained in:
Charlie Nolan
2024-03-29 14:48:44 +00:00
committed by GitHub
parent 5a0900d481
commit 21b43332b7
@@ -65,7 +65,7 @@
H.dna = R.dna.Clone()
H.set_species(/datum/species/grey) //This is a grey cloner after all. Funnier this way tbh
H.set_species(/datum/species/grey, skip_same_check = TRUE) //This is a grey cloner after all. Funnier this way tbh
for(var/datum/language/L in R.languages)
H.add_language(L.name)