--- guild2-2.c    2017-06-16 21:36:56.295668634 +0300
+++ guild2.c    2017-06-16 21:35:45.859474349 +0300
@@ -1018,6 +1018,7 @@
     print1("Your wounds are treated by a medic.");
       cleanse(0);
       Player.hp = Player.maxhp;
+      dataprint();    //This is an addition by Lauri Friberg 2017
       if ( Player.food <= 40 )
       {
         Player.food = 40;

Reply via email to