| 1308 | } |
| 1309 | |
| 1310 | void init_mapdata() |
| 1311 | { |
| 1312 | add_actor( std::make_unique<cardreader_examine_actor>() ); |
| 1313 | add_actor( std::make_unique<eoc_examine_actor>() ); |
| 1314 | } |
| 1315 | |
| 1316 | void map_data_common_t::load( const JsonObject &jo, const std::string & ) |
| 1317 | { |