![]() |
Crossfire Server, Trunk
1.75.0
|
Defines a tile the weather system can change to another tile. More...
Data Fields | |
int | arch_or_name |
If set, tile matches the archetype name, else the object's name. More... | |
archetype * | doublestack_arch |
If set, this other archetype will be added atop special_snow. More... | |
weather_replace_t * | next |
The next item in the replace list. More... | |
archetype * | special_snow |
The archetype name of the tile to place over specified tile. More... | |
sstring | tile |
Tile archetype or object name. More... | |
Defines a tile the weather system can change to another tile.
Definition at line 142 of file cfweather.cpp.