aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-19 02:23:24 +0000
committernathan <nathansmith@disroot.org>2025-12-19 02:23:24 +0000
commite4acecf8cebacbcbb6b7739aff7f34fd0147ed45 (patch)
tree90f266e8aee4b94682c318e9bc77ef6b1e034556 /src/entity.c
parent8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576 (diff)
downloadFindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.tar.gz
FindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.tar.bz2
FindThings-e4acecf8cebacbcbb6b7739aff7f34fd0147ed45.zip
So little yet so much
Diffstat (limited to 'src/entity.c')
-rw-r--r--src/entity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.c b/src/entity.c
index 92d4cf2..df14f34 100644
--- a/src/entity.c
+++ b/src/entity.c
@@ -13,7 +13,7 @@ const EntityEntry entityEntries[ENTITY_COUNT] = {
(EntityEntry){"Pond", initPond, updatePond, NULL, NULL, true, true},
(EntityEntry){"Utility Pole", initUtilityPole, NULL, NULL, NULL, false,
false},
- (EntityEntry){"Samantha", initSamantha, updateSamantha, NULL,
+ (EntityEntry){"Samantha", initSamantha, updateSamantha, closeSamantha,
interactWithSamantha, false, true},
(EntityEntry){"Samantha's Spot", initSamanthasSpot, updateSamanthasSpot,
NULL, NULL, true, false},