Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Apr 19, 2024
1 parent 1a6d305 commit 1afa865
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,8 @@ public ExampleScript[] examples() throws ConfigCompileException {
new ExampleScript("Applying entity attributes before adding it to the world.",
"spawn_entity('ZOMBIE', 1, ptarget_space(),"
+ " closure(@id){ set_entity_spec(@id, array('baby': true)); set_entity_ai(@id, false); })",
"Creates a zombie, changes it to a baby zombie without AI, then adds it to the world."),};
"Creates a zombie, changes it to a baby zombie without AI, then adds it to the world."),
};
}

@Override
Expand Down

0 comments on commit 1afa865

Please sign in to comment.