Skip to content

Commit

Permalink
Replace see_cost number with enum
Browse files Browse the repository at this point in the history
Using an enum makes it easier to tweak and tune the system, as the
categories correspond to physical characteristics of the overmap
terrains and what numeric values they correspond to can be swiftly
tweaked.
  • Loading branch information
ehughsbaird committed Aug 5, 2024
1 parent 0513458 commit 700bbd7
Show file tree
Hide file tree
Showing 82 changed files with 768 additions and 583 deletions.
1 change: 1 addition & 0 deletions data/json/mapgen/debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "debug_item_group_test",
"sym": "T",
"color": "light_red",
"see_cost": "none",
"flags": [ "NO_ROTATE", "SHOULD_NOT_SPAWN" ]
},
{
Expand Down
Loading

0 comments on commit 700bbd7

Please sign in to comment.