Skip to content

Commit

Permalink
Added special message if attempting to talk to hostile character.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cantelon committed Aug 24, 2010
1 parent d9e266d commit 92fc4de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion standard_commands/ask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ logic: |
else
output << "#{noun_cap} doesn't know anything about that.\n"
if !character.hostile
output << "#{noun_cap} doesn't know anything about that.\n"
else
output << "#{noun_cap} ignores you.\n"
end
end
Expand Down

0 comments on commit 92fc4de

Please sign in to comment.