Skip to content

Commit

Permalink
-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Dec 10, 2011
1 parent 0f8d510 commit 3f2aeb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public NPC create(String id) {
}

public NPC createNPC(String name, List<Flag> flags, Persona persona) {
persona = (persona == null ? new GenericPersona("null") : persona);

//Create an ID
StringBuilder idBuilder = new StringBuilder();
idBuilder.append(name).append('-').append(persona.getName());
Expand Down

0 comments on commit 3f2aeb1

Please sign in to comment.