Fix convert Town Hostile node

This commit is contained in:
2025-05-09 19:58:48 -05:00
parent 6e4729c34d
commit 7a6f487f39

View File

@@ -141,6 +141,7 @@ void cSpecial::import_legacy(legacy::special_node_type& old){
type = eSpecType::MAKE_TOWN_HOSTILE;
ex1a = 0;
ex1b = -1;
ex2a = 1;
break;
// 171-173 were change/swap/transform terrain
case 174: type = eSpecType::TOWN_MOVE_PARTY; break;