[Hotfix] Wizard Rod doesn't gib the wizard. (#40041)
* Title * Tired * That shit did nothing goddamn * Fix for real * Use og code * Hmmm borgaer --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
Princess Cheeseballs
parent
8a1a1b98c4
commit
3ea9321d25
@@ -20,6 +20,12 @@ public sealed partial class PolymorphedEntityComponent : Component
|
||||
[DataField(required: true)]
|
||||
public EntityUid? Parent;
|
||||
|
||||
/// <summary>
|
||||
/// Whether this polymorph has been reverted.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool Reverted;
|
||||
|
||||
/// <summary>
|
||||
/// The amount of time that has passed since the entity was created
|
||||
/// used for tracking the duration
|
||||
|
||||
Reference in New Issue
Block a user