Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Oct 19, 2024
1 parent df4c595 commit 7f5e29a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Content.Shared/Psionics/PsionicComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ private set
public string AlreadyCasting = "already-casting";

/// Popup to play if there no Mana left for a power to execute.

[DataField]
public string NoMana = "no-mana";
}
}
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Species/shadowkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
manaGain: 0.25
mana: 150
maxMana: 250
noMana: "shadowkin-tired"
noMana: shadowkin-tired
removable: false
- type: InnatePsionicPowers
powersToAdd:
Expand Down

0 comments on commit 7f5e29a

Please sign in to comment.