Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ Check an actor exiting (this is the can't exit when not inside anything rule):
Check an actor exiting (this is the can't exit closed containers rule):
if the actor is in a closed container (called the cage):
if the player is the actor:
say "You can't get out of the closed [cage]." (A);
say "[We] [can't] get out of the closed [cage]." (A);
stop the action.

Check an actor exiting (this is the convert exit into get off rule):
Expand Down