aboutsummaryrefslogtreecommitdiff
path: root/src/itemdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemdef.h')
-rw-r--r--src/itemdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/itemdef.h b/src/itemdef.h
index 035717379..9d9eba2b8 100644
--- a/src/itemdef.h
+++ b/src/itemdef.h
@@ -87,6 +87,8 @@ struct ItemDefinition
// "" = no prediction
std::string node_placement_prediction;
u8 place_param2;
+ bool has_on_place;
+ bool has_on_secondary_use;
/*
Some helpful methods