diff --git a/Discworld b/Discworld index f9ad783..2598cc4 100755 --- a/Discworld +++ b/Discworld @@ -25,7 +25,7 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then # Create the chat monitor window on top echo "Making chat monitor window" #tmux split-window -v -b -l 4 - tmux split-window -v -b -l 6 + tmux split-window -v -b -l 4 tmux send-keys 'clear && tail -fs .5 logs/chat.log' 'C-m' # Did we ask for the full layout? @@ -49,9 +49,9 @@ if [ -n "$TMUX" ] || [ "$DISC_SESSION_CREATE" = "1" ]; then # Cut back to main window, vertical split for mapdoortext echo "Making MDT window" - tmux select-pane -t discworld:0.4 + tmux select-pane -t discworld:0.0 #tmux split-window -v -b -l 5 - tmux split-window -v -b -l 6 + tmux split-window -v -l 1 tmux send-keys './bin/mdt' 'C-m' # Select main pane again and load TinTin++ with our config diff --git a/src/actions.tin b/src/actions.tin index b777775..5e6ceba 100644 --- a/src/actions.tin +++ b/src/actions.tin @@ -55,6 +55,7 @@ #ACTION {You collapse on the ground, your muscles spasming uncontrollably.} { #showme {\a}; }; #ACTION {You can't smell it any more, but you're getting a dizzy sort of headache. Maybe you should get out of here.} { #showme {\a}; }; #ACTION {The air here is just as choking as before.} { #showme {\a}; }; +#HIGHLIGHT {The air here seems fresher.} {bold yellow underscore}; #NOP ==[Gemcutting/Finesmithing]== #HIGHLIGHT {You take the diamond-tipped chisel from your roll of gemcutting tools and delicately chip %1} {bold green}; diff --git a/src/quow.db b/src/quow.db new file mode 100644 index 0000000..f8d58a7 Binary files /dev/null and b/src/quow.db differ