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:
@@ -385,7 +385,7 @@ namespace Content.Server.Administration.Systems
|
||||
var senderSession = eventArgs.SenderSession;
|
||||
|
||||
//No bwoink for banned
|
||||
if (_gulagSystem.IsUserGulaged(senderSession.UserId, out _))
|
||||
if (_gulagSystem.IsUserGulagged(senderSession.UserId, out _))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user