Skip to content

Commit

Permalink
Disable Default Shadowkin Powers (#120)
Browse files Browse the repository at this point in the history
# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- remove: Removed the default Dark Swap Shadowkin power
  • Loading branch information
sleepyyapril authored Jan 3, 2025
2 parents cb0106a + ef72747 commit cb9c776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Content.Server/Shadowkin/ShadowkinSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ private void OnRejuvenate(EntityUid uid, ShadowkinComponent component, Rejuvenat
magic.ManaGain = 0.25f;
magic.MindbreakingFeedback = "shadowkin-blackeye";
magic.NoMana = "shadowkin-tired";

if (_prototypeManager.TryIndex<PsionicPowerPrototype>("ShadowkinPowers", out var shadowkinPowers))
_psionicAbilitiesSystem.InitializePsionicPower(uid, shadowkinPowers);
}

// FloofStation Edit
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Species/shadowkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@
mana: 100
maxMana: 200
noMana: shadowkin-tired
- type: InnatePsionicPowers
powersToAdd:
- ShadowkinPowers
- type: LanguageKnowledge
speaks:
- TauCetiBasic
Expand Down

0 comments on commit cb9c776

Please sign in to comment.