*** player.c.orig	Thu Nov  7 09:04:54 1991
--- player.c	Thu Sep 16 20:53:51 1993
***************
*** 1,3 ****
--- 1,5 ----
+ inherit "/dgd/lib/player";
+ 
  #include "log.h"
  #include "living.h"
  
***************
*** 1683,1689 ****
  	write("Ok.\n");
  	return;
      }
!     if (str[0] == '!') {
  	sscanf(str, "!%s", cmd);
  	command(cmd);
      } else if (str != "") {
--- 1685,1691 ----
  	write("Ok.\n");
  	return;
      }
!     if (str != "" && str[0] == '!') {
  	sscanf(str, "!%s", cmd);
  	command(cmd);
      } else if (str != "") {