Ling fixes and tweaks (#259)

* - fix: Bees fix.

* - fix: Transform transfers body type.

* - fix: Chemcap is transfered on transform.

* - fix: Gulag objective actual fix.

* - fix: Fix escape with identity not working.

* - tweak: Fixes & objective tweaks.

* - tweak: More slowdown from ling armor.
This commit is contained in:
Aviu00
2024-04-01 20:36:32 +09:00
committed by GitHub
parent 9603c83adf
commit 2e57cbf514
19 changed files with 143 additions and 45 deletions

View File

@@ -204,7 +204,7 @@ namespace Content.Server.Ghost.Roles
if (!_ghostRoles.TryGetValue(identifier, out var role))
return;
if (_gulagSystem.IsUserGulaged(player.UserId, out _))
if (_gulagSystem.IsUserGulagged(player.UserId, out _))
{
return;
}