mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 13:46:52 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user