Skip to content

Commit

Permalink
Set "use" cursor for picture in wooden frame item
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Nov 9, 2023
1 parent e381415 commit e3dba3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private static void configure() {
register("item", "club", "wizard_staff", UseableItem2DView.class);
register("item", "drink", null, UseableItem2DView.class);
register("item", "food", null, UseableItem2DView.class);
register("item", "furniture", "picture in wooden frame", UseableItem2DView.class);
register("item", "misc", "bulb", UseableItem2DView.class);
register("item", "misc", "seed", UseableItem2DView.class);
register("item", "misc", "snowglobe", UseableGenericItem2DView.class);
Expand Down
3 changes: 3 additions & 0 deletions srcjs/stendhal/entity/ItemMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ export const ItemMap: {[index: string]: any} = {
["metal detector"]: {
cursor: "itemuse"
},
["picture in wooden frame"]: {
cursor: "itemuse"
},
["rotary cutter"]: {
cursor: "itemuse"
},
Expand Down

0 comments on commit e3dba3d

Please sign in to comment.