14 lines
241 B
C
14 lines
241 B
C
// /domains/Praxis/council_vote.c
|
|
// Nightmare IV Mudlib
|
|
// Room for players to vote for council members.
|
|
// Kalinash@Nightmare Aug 17, 1994
|
|
|
|
#include <lib.h>
|
|
#include <daemons.h>
|
|
|
|
inherit LIB_ROOM;
|
|
|
|
void init(){
|
|
::init();
|
|
}
|