Skip to content

Commit

Permalink
disable ai call and station proto setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Jan 19, 2025
1 parent 8314886 commit 6b0e6a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.Client/Holopad/HolopadWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ public HolopadWindow()
ActivateProjectorButton.OnPressed += args => { OnHolopadActivateProjectorMessage(); };
RequestStationAiButton.OnPressed += args => { OnHolopadRequestStationAiMessage(); };

// Frontier - disable the call AI button until AI is finished implemented
RequestStationAiButton.Visible = false;

// XML formatting
AnswerCallButton.AddStyleClass("ButtonAccept");
EndCallButton.AddStyleClass("Caution");
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_NF/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
abstract: true
components:
- type: StationRenameFaxes

- type: entity
id: BaseStationRenameHolopads
abstract: true
components:
- type: StationRenameHolopads

- type: entity
id: BaseStationRenameWarpPoints
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/_NF/Entities/Stations/nanotrasen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
- BaseStationRecords
- BaseStationAllEventsEligible
- BaseStationRenameFaxes
- BaseStationRenameHolopads
- BaseStationRenameWarpPoints
- BaseStationSiliconLawFrontierShips
- BaseStationDeadDropHintExempt # No hints on ship generation
Expand All @@ -95,6 +96,7 @@
- BaseStationRecords
- BaseStationAllEventsEligible
- BaseStationRenameFaxes
- BaseStationRenameHolopads
- BaseStationRenameWarpPoints
- BaseStationSiliconLawFrontierShips
- BaseStationDeadDropHintExempt # No hints on ship generation
Expand Down

0 comments on commit 6b0e6a0

Please sign in to comment.