mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
polymorph (#998)
* meta * no * Update PolymorphPowerSystem.cs * Update PolymorphPowerSystem.cs * thx redfox * Update Content.Server/_White/Abilities/Psionics/Abilities/PolymorphPowerSystem.cs * Update Content.Server/_White/Abilities/Psionics/Abilities/PolymorphPowerSystem.cs --------- Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,9 @@ public sealed class PolymorphPowerSystem : EntitySystem
|
||||
_appearance.CloneAppearance(target, user);
|
||||
}
|
||||
|
||||
var targetMeta = MetaData(target);
|
||||
_meta.SetEntityName(user, targetMeta.EntityName);
|
||||
_meta.SetEntityDescription(user, targetMeta.EntityDescription);
|
||||
_psionics.LogPowerUsed(args.Performer, "polymorph");
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user