Skip to content

Commit

Permalink
Allow roadblocks to be counted for editor events
Browse files Browse the repository at this point in the history
  • Loading branch information
crudelios authored Feb 1, 2025
1 parent 1a88f7d commit 8c451d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static building_properties properties[BUILDING_TYPE_MAX] = {
.size = 1,
.fire_proof = 1,
.custom_asset.group = "Admin_Logistics",
.event_data.cannot_count = 1
.event_data.attr = "roadblock"
},
[BUILDING_WORKCAMP] = {
.size = 3,
Expand Down

0 comments on commit 8c451d4

Please sign in to comment.