Table does not need to be capitalized
[the-server-room.git] / the-server-room.inf
index 33a60f2894158734d8a770699ce49626ed14481c..a3f8cc036e7c1ab8a5267a26e4e80feb027c40d0 100644 (file)
@@ -79,7 +79,7 @@ Object  microwave "microwave" counter
         name 'microwave' 'micro',
   has   container openable scenery;
 
-Object  table "Table" break_room
+Object  table "table" break_room
   with  description "It's a table. Were you expecting something else?",
         name 'table',
         before [;
@@ -102,18 +102,18 @@ Object  backpack "backpack" table
         ],
   has   clothing container openable;
 
-Object  disc "Ubuntu CD" backpack
+Object  disc "Trisquel CD" backpack
   with  description
             "An automatic recovery CD, guaranteed to fix almost any
             server.^^Ok, it's just an install CD that auto-installs
-            Ubuntu, but hey, if it works, it works.",
-        name 'disk' 'disc' 'Ubuntu' 'cd',
+            Trisquel, but hey, if it works, it works.",
+        name 'disk' 'disc' 'Trisquel' 'cd',
         after [;
           Take:
             if (takencd == 1) {
                 score = score + 2;
                 takencd = 2;
-                print_ret "You pick up the Ubuntu CD.^";
+                print_ret "You pick up the Trisquel CD.^";
             }
         ],
   has   ;
@@ -203,7 +203,7 @@ Object  tray "tray" server_room
                     "^With the CD in the tray, you quickly reboot the
                     server.^^After the bios posts, your disc starts
                     doing its thing and before you know it the server
-                    is happily running Ubuntu, and even more than
+                    is happily running Trisquel, and even more than
                     that, the beeping has stopped. Yay!";
             }
         ],
@@ -216,9 +216,9 @@ Object  tray "tray" server_room
     location = break_room;
     "^^^^It's Saturday, a nice one at that, and you've been called in
     to fix a server that's on the blink. Again.^^You've had it. This
-    server is going to run Linux from this day forward! The process
-    will be easy - just put the disc into the server and away we go.
-    Now where is that Ubuntu CD?^";
+    server is going to run GNU/Linux from this day forward! The
+    process will be easy - just put the disc into the server and away
+    we go. Now where is that Trisquel CD?^";
 ];
 
 [ Deathmessage;