X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=doc%2FHACKING;h=924422dc127967f18cd469123f0d462aeb48773d;hb=ea1ec724c5d45d0a64c909e2925647537291a9a3;hp=133f72f6e84c9bbe93f7540252a2d9466978d175;hpb=c8a6ef704e18389b06b0bbd5c755db606ac1c981;p=super-star-trek.git diff --git a/doc/HACKING b/doc/HACKING index 133f72f..924422d 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -40,9 +40,8 @@ Dave also says the Space Thingy should not be preserved across saved games, so you can't prove to others that you've seen it. He says it shouldn't fire back, either. It should do nothing except scream and disappear when hit by photon torpedos. It's OK that it may move -when attacked, but it didn't in the original. (Whether the Thingy -can fire back is now controlled by OPTION_THINGY and turned off if the -game type is "plain" or "almy". The no-save behavior has been restored.) +when attacked, but it didn't in the original. (The no-save behavior +has been restored.) The Faerie Queen, black holes, and time warping were in the original. @@ -232,7 +231,7 @@ coverage of the suite. Two things to do to the log before dropping it in the test directory: (a) Strip out all lines beginning with "#curses:" - these are for debugging -the curses interface and are not needed or regression testing; removing +the curses interface and are not needed for regression testing; removing them makes it easier to see the game commands. (b) Add a header comment line explaining what the log is a test for.