Skip to content

Commit

Permalink
revert hide aghost (#221)
Browse files Browse the repository at this point in the history
* revert

* delete
  • Loading branch information
pheenty authored Nov 3, 2024
1 parent b0f6f05 commit a7a26fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 68 deletions.
4 changes: 0 additions & 4 deletions Content.Shared/Ghost/SharedGhostSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ public void SetCanReturnToBody(GhostComponent component, bool value)
component.CanReturnToBody = value;
}

public void SetColor(GhostComponent component, Color value)
{
component.color = value;
}
}

/// <summary>
Expand Down
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
Binary file not shown.

0 comments on commit a7a26fd

Please sign in to comment.