/w/lokpik/hunther2.c line 5: Warning: Redeclaration of global variable 'spells'. before the end of line
/w/lokpik/hunther2.c line 61: Warning: Number of arguments disagrees with previous definition. before  {
/w/lokpik/hunther2.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/lokpik/hunther2.lpc:61:43: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   61 | void event_enter(object ob, string message) {
      |                                           ^
/w/lokpik/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/lokpik/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
/w/lokpik/hunther2.lpc:5:23: warning: Redeclaration of global variable 'spells'.
    5 | inherit "/obj/monster";
      |                       ^
/w/lokpik/hunther2.lpc:61:43: warning: Number of arguments to 'event_enter' disagrees with previous definition.
   61 | void event_enter(object ob, string message) {
      |                                           ^
/w/lokpik/workroom.lpc:42:229: error: Bad type for argument 1 of add_item ( string vs mixed * )
   42 | ...scritorio","silla"}),"En la pared opuesta a la puerta hay un escritorio y una silla. Ambos tienen un aspecto desvencijado y sucio. La silla esta casi rota asi que seria mejor no sentarse en ella.\n");
      |                                                                                                                                                                                                          ^
/w/lokpik/workroom.lpc:44:134: error: Bad type for argument 1 of add_item ( string vs mixed * )
   44 |     add_item(({"techo","lampara"}),"Colgando del centro del techo hay una lampara de aceite, que ilumina tenuemente la habitacion.\n");
      |                                                                                                                                      ^
