You can now return to a brain. Also, clean up terrible console misuse. (#4092)
* You can now return to a brain. Also, clean up terrible console misuse. * Get rid of Obsolete attribute on Ghost.Execute
This commit is contained in:
@@ -114,7 +114,13 @@ namespace Content.Server.Mobs
|
||||
/// (Maybe you were looking for the action blocker system?)
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool CharacterDeadIC
|
||||
public bool CharacterDeadIC => CharacterDeadPhysically;
|
||||
/// <summary>
|
||||
/// True if the OwnedEntity of this mind is physically dead.
|
||||
/// This specific definition, as opposed to CharacterDeadIC, is used to determine if ghosting should allow return.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
public bool CharacterDeadPhysically
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user