]> code.citadel.org Git - citadel.git/commitdiff
* ;AE command -- Make it clearer which floor the user is editing
authorArt Cancro <ajc@citadel.org>
Tue, 6 Aug 2002 03:02:29 +0000 (03:02 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 6 Aug 2002 03:02:29 +0000 (03:02 +0000)
citadel/ChangeLog
citadel/citadel.rc
citadel/rooms.c

index c36a520164d3eba58ead7c99900c0e076bb30356..8852e67351dbf5b86e724508dd9c8702a1f71c40 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 591.81  2002/08/06 03:02:29  ajc
+ * ;AE command -- Make it clearer which floor the user is editing
+
  Revision 591.80  2002/08/06 02:58:01  ajc
  * Cleaned up the output of digest mode.  It's usable now, but the self-service
    subscribe/unsubscribe functions are not there yet.
@@ -3862,3 +3865,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index dac94e44caf91cb1c8b296cb4a8e18236915f193..b23e5ce558e8df1c3ba982d70e3951fd3fc451d4 100644 (file)
@@ -295,8 +295,8 @@ cmd=60,0,&;,&Goto floor:
 cmd=61,0,&;,&Skip to floor:
 cmd=62,0,&;,&Zap (forget) floor
 cmd=63,2,&;,&Aide,&Create floor
-cmd=64,2,&;,&Aide,&Edit floor
-cmd=65,2,&;,&Aide,&Kill floor
+cmd=64,2,&;,&Aide,&Edit this floor
+cmd=65,2,&;,&Aide,&Kill this floor
 cmd=68,0,&;,&Known rooms
 cmd=66,0,&.,&Enter,&Bio
 cmd=67,0,&.,&Read,&Bio
index 5346a3b2c2cac11e35b235a455f396f2cbf921da..a19a89b174c41ea0576e0592a41272ce42b17ddb 100644 (file)
@@ -1169,6 +1169,8 @@ void edit_floor(void)
        }
 
        /* Interact with the user */
+       scr_printf("You are editing the floor called \"%s\"\n", 
+               &floorlist[(int) curr_floor][0] );
        strprompt("Floor name", &floorlist[(int) curr_floor][0], 255);
 
        /* Angels and demons dancing in my head... */