Skip to content

Commit

Permalink
added messages for failing to set a trap #61
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jan 20, 2021
1 parent da74472 commit 35bff26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/text/english/dialog/containr.msg
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,9 @@

# NPC tries to set a trap on a closed door
{210}{}{ skillfully sets a trap on the container.}
{211}{}{ fails to properly set the trap in the container.}
{211}{}{ fails to properly set the trap in the container.}

# PC critically fails to set a trap
{610}{}{You fail spectacularly, and the exposive goes off prematurely.}
# NPC critically fails to set a trap
{611}{}{ fails spectacularly, and the exposive goes off prematurely.}
5 changes: 5 additions & 0 deletions data/text/english/dialog/door.msg
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@
{210}{}{ skillfully sets a trap in the door frame.}
{211}{}{ fails to properly set the trap in the door frame.}

# PC critically fails to set a trap
{610}{}{You fail spectacularly, and the exposive goes off prematurely.}
# NPC critically fails to set a trap
{611}{}{ fails spectacularly, and the exposive goes off prematurely.}

{300}{}{You unlock the door.}
{301}{}{You lock the door.}
{302}{}{You are unable to lock this door while it is open.}
Expand Down

0 comments on commit 35bff26

Please sign in to comment.