Skip to content

Commit 88911c9

Browse files
committed
adding note to player README saying to run rubywarrior command again when finished
1 parent 6dfd0f2 commit 88911c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/README.erb

+4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ Warrior Abilities:
2020
<%- end -%>
2121
<%- if level.warrior.has_golem? -%>
2222

23+
2324
Golem Abilities:
2425
<%- level.warrior.base_golem.abilities.each do |name, ability| -%>
2526

2627
golem.<%= name %>
2728
<%= ability.description %>
2829
<%- end -%>
2930
<%- end -%>
31+
32+
33+
When you're done editing player.rb, run the rubywarrior command again.

0 commit comments

Comments
 (0)