initialize runes array list for NPC
This commit is contained in:
@@ -45,7 +45,7 @@ public class PrintEffectsCmd extends AbstractDevCmd {
|
||||
tar = (AbstractCharacter) target;
|
||||
|
||||
String newline = "\r\n ";
|
||||
String output = "Applied Runes For Character: " + tar.getName() + newline;
|
||||
String output = "Effects For Character: " + tar.getName() + newline;
|
||||
|
||||
for(String effect : tar.effects.keySet()){
|
||||
output += effect + newline;
|
||||
|
||||
Reference in New Issue
Block a user