Skip to content

Commit

Permalink
#502 Fixed code smells for GhostKingConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Murphy committed Oct 16, 2024
1 parent d671d00 commit 3788f75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
* Defines the properties stored in ghost king config files to be loaded by the NPC Factory.
*/
public class GhostKingConfig extends BaseEntityConfig {
public int spookyFactor = 0;
public static final int spookyFactor = 0;
}

0 comments on commit 3788f75

Please sign in to comment.