From aac3b1bc1ba48b6e50f661b97326ef191cce3e6c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 13:49:03 -0500 Subject: switch_claus starts talking when he gets ya Kumatora, Duster, and Boney had to be given hitboxes, but they are not considered solid. #10 --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index eb926c7..9418aad 100644 --- a/src/map.h +++ b/src/map.h @@ -27,6 +27,7 @@ struct Prototype { std::string animName; Direction dir = Direction::down; std::string interactionScript; + std::string bumpPlayerScript; bool shadow = false; bool wander = false; int movementSpeed = -1; -- cgit 1.4.1