Wizard Fix - Summon Ghost Event no longer shows Admin Ghosts or Revenants (#34994)
* Prevents admin ghosts from being shown with ghost event * Changes summon ghost tooltip to permanently visible * Adds AllowGhostShownByEvent tag, adds it to regular observers, removes ghost hands check & revenant check and replaces it with a tag check.
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
id: MobObserver
|
||||
components:
|
||||
- type: Spectral
|
||||
- type: Tag
|
||||
tags:
|
||||
- AllowGhostShownByEvent
|
||||
|
||||
- type: entity
|
||||
id: ActionGhostBoo
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: entity
|
||||
id: ActionSummonGhosts
|
||||
name: Summon Ghosts
|
||||
description: Makes all current ghosts permanently invisible
|
||||
description: Makes all current ghosts permanently visible
|
||||
components:
|
||||
- type: InstantAction
|
||||
useDelay: 120
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
- type: Tag
|
||||
id: AirSensor
|
||||
|
||||
- type: Tag
|
||||
id: AllowGhostShownByEvent
|
||||
|
||||
- type: Tag
|
||||
id: Ambrosia
|
||||
|
||||
|
||||
Reference in New Issue
Block a user