space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.71k stars 3.42k forks source link

AI recall/call button should be removed on action #32430

Open UbaserB opened 1 month ago

UbaserB commented 1 month ago

Description

It looks unintended when its an intended feature

Screenshots

image

superjj18 commented 1 month ago

Intended, the console can be disabled by crew to avoid AI interference, the action menu cannot

source: #31852

UbaserB commented 1 month ago

Intended, the console can be disabled by crew to avoid AI interference, the action menu cannot

source: #31852

the button should be entirely removed then, otherwise it feels like a bug.

ScarKy0 commented 1 month ago

the button should be entirely removed then, otherwise it feels like a bug

Wyci (Ill try to look into it)

slarticodefast commented 1 month ago

Yeah, should be an easy 1 line change. Hide the button instead of disabling it according to the canShuttle DataField

TheDoctor1977 commented 1 month ago

In 13, AI evac shenanigans are prevented by allowing it to always call but never recall, so it can’t force crew to stay, but can still start the timer if the station is majorly damaged and nobody can get to a working comms console. This should probably implemented here instead of just hiding the button entirely.