/* -*- LPC -*- */
/*
* $Locker: $
* $Id: splinters.c,v 1.1 1998/01/06 04:42:56 ceres Exp $
* $Log: splinters.c,v $
* Revision 1.1 1998/01/06 04:42:56 ceres
* Initial revision
*
*/
#include "path.h"
inherit "/std/effect_shadow";
string extra_score() {
return (string)( EFFECTS +"splinters" )->splinters_long( player ) +
(string)player->extra_score();
} /* extra_score() */