Разное (#385)
* - add: Meatspike changes. * - fix: Fix socks. * - remove: No light status. * - tweak: Raptor tweak. * - fix: Fix exception. * - remove: Remove unsexed. * - tweak: Crossbow tweak. * - add: More meatspike. * - tweak: Nerf buff rune. * - tweak: No throwing during incorporeal. * - add: Incorporeal magic cooldown.
This commit is contained in:
@@ -93,11 +93,14 @@ namespace Content.Client.Popups
|
||||
|
||||
_aliveWorldLabels.Add(label);
|
||||
|
||||
// START WhiteDream
|
||||
// START WhiteDream
|
||||
if (!_isLogging)
|
||||
return;
|
||||
|
||||
if (!_examine.InRangeUnOccluded(_playerManager.LocalEntity!.Value, coordinates, 10))
|
||||
if (_playerManager.LocalEntity == null)
|
||||
return;
|
||||
|
||||
if (!_examine.InRangeUnOccluded(_playerManager.LocalEntity.Value, coordinates, 10))
|
||||
return;
|
||||
|
||||
var fontSizeDict = new Dictionary<PopupType, string>
|
||||
@@ -117,7 +120,7 @@ namespace Content.Client.Popups
|
||||
var chatMsg = new ChatMessage(ChatChannel.Emotes, message, wrappedMEssage,
|
||||
GetNetEntity(EntityUid.Invalid), null);
|
||||
_uiManager.GetUIController<ChatUIController>().ProcessChatMessage(chatMsg);
|
||||
|
||||
|
||||
// END WhiteDream
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user