Skip to content

Commit

Permalink
Common - Add Entries to canDigSurfaces for GM Terrains (#10620)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdatiger authored Jan 5, 2025
1 parent 25381d9 commit 39b8676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GVAR(canDigSurfaces) = createHashMapFromArray [
["wavymetal_exp",false],["int_metal",false],["asphalt_exp",false],["pavement_exp",false],["gridmetal_exp",false],
["rooftiles_exp",false],["rock",false],["int_mat_exp",false],["wood_int",false],["concrete_int",false],["tarmac",false],["wood",false],
["roof_tin",false],["lino_exp",false],["concrete",false],["int_softwood_exp",false], ["concrete_exp",false],["stones_exp",false],
["forest_exp",true],["snow",true],["grasstall_exp",true],["grass",true]
["forest_exp",true],["snow",true],["grasstall_exp",true],["grass",true],["forest",true],["drygrass",true]
];

isHC = !hasInterface && !isDedicated; // deprecated because no tag
Expand Down

0 comments on commit 39b8676

Please sign in to comment.