aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-02 21:25:33 +1000
committerquou <quou@disroot.org>2024-10-02 21:25:33 +1000
commitb645edebd21d2d93256b52ee0cd2063395908a74 (patch)
tree13a432f3935d565511ccdce2581819bb38f0b969 /config.h
parent3d12118b3a2447b3e1a9e87b81d702f13ad5c7ab (diff)
Take damage when an enemy touches the player
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7dcf8d7..6a69ee7 100644
--- a/config.h
+++ b/config.h
@@ -50,6 +50,7 @@
#define enemy_demon_attack_dist f1
#define enemy_demon_jump_force (5 << fbits)
#define enemy_slash_damage 1
+#define enemy_touch_damage 1
#define enemy_knockback (4 << fbits)
#define enemy_hurt_freeze 1