4c102a70a4
Most spawner functions can now be called without giving a plotmarker. Move scanning functions to places.lua. Places: Cleanup and add more area-scanning functions. Schedules: Bugfix where schedules weren't being executed due to wrong "end" order in the do_custom() function. Data: Moved random data to "data" folder. Textures: Add 14 male textures and 10 female textures. Occupations: Small tweaks to "default_basic" occupation.
4 lines
115 B
Lua
4 lines
115 B
Lua
-- Spawner markers
|
|
-- Specialized functionality to allow players do NPC spawning
|
|
-- on their own custom buildings.
|