Item give command, define panzerium as item

This commit is contained in:
crumblingstatue 2023-04-16 01:16:14 +02:00
parent 4dfb0ff7d7
commit 5f7924b696
5 changed files with 30 additions and 2 deletions

View file

@ -115,6 +115,16 @@ impl Default for ItemDb {
},
consumable: true,
},
ItemDef {
name: String::from("Panzerium"),
graphic_name: String::from("tiles/panzerium"),
tex_rect: IntRect::default(),
use_action: UseAction::PlaceTile {
layer: TileLayer::Mid,
id: 6,
},
consumable: true,
},
],
}
}