Follow menu now shows AI and robots/cyborgs (#5698)

🆑
add: Added silicon players to the ghost follow menu
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
This commit is contained in:
LordME
2023-07-15 23:28:10 +01:00
committed by GitHub
parent 4eec4bb3d7
commit 4930ea031d
+4
View File
@@ -64,6 +64,10 @@
npcs += list(serialized)
else
players += list(serialized)
else if(isrobot(M))
players += list(serialized)
else if(isAI(M))
players += list(serialized)
data["players"] = players
data["simplemobs"] = simplemobs