Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert hide aghost #221

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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.
Loading