Skip to content

Commit

Permalink
Change kind-of-insensitive joke
Browse files Browse the repository at this point in the history
  • Loading branch information
agentydragon committed Feb 14, 2016
1 parent 2300698 commit 8c5803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/content/dragons.js
Expand Up @@ -36,7 +36,7 @@ levels["D1-Dragonfire"] = new Level("D1-Dragonfire",
new CommentInstruction("...and I get stuck recharging."),
createOuterWhile(),
new IfLongInstruction(new LessThanExpression(new VariableExpression("c"), new LiteralExpression(2)), "if"),
new CommentInstruction("Dis gonna be good."),
new CommentInstruction("Let's do some damage!"),
new SemaphoreReleaseInstruction("fireball"),
createIncrement("c"),
new ElseInstruction("if"),
Expand Down

0 comments on commit 8c5803c

Please sign in to comment.