Skip to content

Commit

Permalink
remove hide ghost action
Browse files Browse the repository at this point in the history
  • Loading branch information
pheenty committed Nov 2, 2024
1 parent 5ba2529 commit fa1d891
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
11 changes: 0 additions & 11 deletions Content.Shared/Stories/Admin/Aghost/Actions/HideGhostComponent.cs

This file was deleted.

40 changes: 0 additions & 40 deletions Content.Shared/Stories/Admin/Aghost/Actions/HideGhostSystem.cs

This file was deleted.

13 changes: 0 additions & 13 deletions Resources/Prototypes/Entities/Mobs/Player/admin_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
context: "aghost"
- type: Ghost
canInteract: true
- type: HideGhost
- type: GhostHearing
- type: Hands
- type: ComplexInteraction
Expand Down Expand Up @@ -171,15 +170,3 @@
keywords: [ "AI", "console", "interface" ]
priority: -8
event: !type:ToggleIntrinsicUIEvent { key: enum.GeneralStationRecordConsoleKey.Key }

- type: entity
id: ActionHideGhost
name: Hide ghost
description: Remove all ways to see your presence
categories: [ HideSpawnMenu ]
components:
- type: InstantAction
icon: Stories/Interface/AdminActions/hide_ghost.png
iconOn: Stories/Interface/AdminActions/hide_ghost.png
event: !type:HideGhostEvent
priority: -10

0 comments on commit fa1d891

Please sign in to comment.