Reworks Cling Hivemind (#20375)

* reworks Cling Hivemind

* bye bye old vars

* protects starting DNA
This commit is contained in:
Coolrune206
2023-03-15 20:40:39 +01:00
committed by GitHub
parent eafe04f41f
commit d19e8dfb0f
7 changed files with 21 additions and 89 deletions
-2
View File
@@ -541,8 +541,6 @@
var/datum/antagonist/changeling/cling = speaker.mind?.has_antag_datum(/datum/antagonist/changeling)
if(cling)
..(speaker, message, cling.changelingID)
else if(speaker.mind?.linglink)
..()
else
..(speaker,message)