tFix for broken trenchcoat question - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e34b8fd3796994d4106740e990b8f7a3729bcbe5
 (DIR) parent f20a7e349c5f15bdce2e0bf74b82a0d405f5076c
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 10 Apr 2001 22:15:37 +0000
       
       Fix for broken trenchcoat question
       
       
       Diffstat:
         M src/serverside.c                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/serverside.c b/src/serverside.c
       t@@ -1748,8 +1748,8 @@ int OfferObject(Player *To,char ForceBitch) {
           if (brandom(0,100)<50 || ForceBitch) {
              if (WantAntique) {
                 To->Bitches.Price=brandom(MINTRENCHPRICE,MAXTRENCHPRICE);
       -         text=dpg_strdup_printf(_("Would you like to buy a bigger trenchcoat "
       -                                "for %P?"),To->Bitches.Price);
       +         text=dpg_strdup_printf(_("YN^Would you like to buy a bigger "
       +                                "trenchcoat for %P?"),To->Bitches.Price);
              } else {
                 To->Bitches.Price=brandom(Bitch.MinPrice,Bitch.MaxPrice)/10l;
                 text=dpg_strdup_printf(