mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixed the grey autocloner bug again, this time for greys. (#24872)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user