Skip to content

Commit

Permalink
better entrance for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
M59Gar committed Jun 7, 2015
1 parent 9c66abf commit cf60d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kod/object/active/holder/room/desert/waylayoasis.kod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ messages:
{
plEdge_Exits = $;
plEdge_Exits = Cons([ LEAVE_WEST, RID_DESERTPATH1, 11, 58, ROTATE_NONE ],plEdge_Exits);
plEdge_Exits = Cons([ LEAVE_EAST, RID_DESERTBRIDGE, 3, 1, ANGLE_EAST ],plEdge_Exits);
plEdge_Exits = Cons([ LEAVE_EAST, RID_DESERTBRIDGE, 4, 5, ANGLE_EAST ],plEdge_Exits);

propagate;
}
Expand Down

0 comments on commit cf60d40

Please sign in to comment.