aboutsummaryrefslogtreecommitdiff
path: root/server/src/interaction.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-02 00:59:11 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-02 00:59:11 +0200
commit5fde584021fa0d073d068ab7edde44aff6098bed (patch)
treea744285b7fc26abb07f3c23f3849907c4922b21f /server/src/interaction.rs
parent8ee3eca5d6de0b950881783821d1be86cd0586d5 (diff)
downloadhurrycurry-5fde584021fa0d073d068ab7edde44aff6098bed.tar
hurrycurry-5fde584021fa0d073d068ab7edde44aff6098bed.tar.bz2
hurrycurry-5fde584021fa0d073d068ab7edde44aff6098bed.tar.zst
passive recipes in player slot
Diffstat (limited to 'server/src/interaction.rs')
-rw-r--r--server/src/interaction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/interaction.rs b/server/src/interaction.rs
index adbd3b43..85df9925 100644
--- a/server/src/interaction.rs
+++ b/server/src/interaction.rs
@@ -235,7 +235,7 @@ pub enum TickEffect {
Progress(bool),
Produce,
}
-pub fn tick_tile(
+pub fn tick_slot(
dt: f32,
data: &Gamedata,
tile: Option<TileIndex>,