Remove Aghosts from "Warp to Most Followed" (#41448)

* init

* review
This commit is contained in:
ScarKy0
2025-11-16 00:18:11 +01:00
committed by GitHub
parent 409ef02871
commit cee38b7bfe
4 changed files with 15 additions and 3 deletions

View File

@@ -333,7 +333,8 @@ namespace Content.Server.Ghost
if (_followerSystem.GetMostGhostFollowed() is not {} target)
return;
WarpTo(uid, target);
// If there is a ghostnado happening you almost definitely wanna join it, so we automatically follow instead of just warping.
_followerSystem.StartFollowingEntity(uid, target);
}
private void WarpTo(EntityUid uid, EntityUid target)