Skip to content

Commit

Permalink
Adjusted dig surface whitelist for jungle maps (#5897)
Browse files Browse the repository at this point in the history
* Added grasstall to dig surface whitelist

* Added forest to dig surface whitelist
  • Loading branch information
Christian Klemm authored and jonpas committed Dec 12, 2017
1 parent b64a3ef commit 82f8fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"wood", "wood_int", "int_wood", "softwood_exp", "int_softwood_exp", "int_solidwood_exp" \
]

#define DIG_SURFACE_WHITELIST ["grass"]
#define DIG_SURFACE_WHITELIST ["grass", "grasstall_exp", "forest_exp"]

0 comments on commit 82f8fdb

Please sign in to comment.