Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Fix: Enable ShowSecurityIcons
Browse files Browse the repository at this point in the history
  • Loading branch information
13lackHawk committed May 28, 2024
1 parent ae77972 commit c1d4e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private void DoWork(EntityUid uid, PlantExtractorComponent component)
active.EndTime = _timing.CurTime + component.WorkTime * component.WorkTimeMultiplier;

component.AudioStream = _audioSystem.PlayPvs(component.ExtractSound, uid, AudioParams.Default.WithPitchScale(1 / component.WorkTimeMultiplier)).Value.Entity;
_userInterfaceSystem.ServerSendUiMessage(uid, PlantExtractorUiKey.Key, new PlantExtractorWorkStartedMessage()); //A-13 disable
_userInterfaceSystem.ServerSendUiMessage(uid, PlantExtractorUiKey.Key, new PlantExtractorWorkStartedMessage());
}
#endregion

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
name: прибор ночного видения
id: ClothingEyesVision
parent: BaseItem
parent: [BaseItem, ShowSecurityIcons]
description: Прибор ночного видения. Обеспечивает изображение местности в условиях низкой освещенности.
suffix: Андромеда
components:
Expand Down Expand Up @@ -42,7 +42,6 @@
delay: 4
- type: PNV
- type: ShowSyndicateIcons
# - type: ShowSecurityIcons #A-13 upstream.disable

- type: entity
name: прибор ночного видения ОБР
Expand All @@ -56,7 +55,6 @@
state: icon
- type: Clothing
sprite: Andromeda/Lemird/nvgert.rsi
# - type: ShowSecurityIcons #A-13 upstream.disable
- type: FlashImmunity

- type: entity
Expand All @@ -71,7 +69,6 @@
state: icon
- type: Clothing
sprite: Andromeda/Lemird/nvgjugert.rsi
# - type: ShowSecurityIcons #A-13 upstream.disable
- type: ShowHealthBars
damageContainers:
- Biological
Expand Down

0 comments on commit c1d4e06

Please sign in to comment.