/**************************************************************
 * FFTacticsMUD : weather.cpp                                 *
 **************************************************************
 * (c) 2002 Damien Dailidenas (Trenton). All rights reserved. *
 **************************************************************/

#include "main.h"

const struct weather_type weather_table[] = {
  { "sunny"		},
  { "partly cloudy"	},
  { "cloudy"		},
  { "drizzling"		},
  { "raining"		},
  { "thunder storm"	},
  { "lightning storm"	},
  {}
};