Skip to content

Commit

Permalink
open TODOs
Browse files Browse the repository at this point in the history
Mandatory:
- refac non-freeze tag changes in freeze-tag commit
- test mod again

Optional:
- improvement: control player/cappy collision via mod menu settings
  • Loading branch information
Istador committed Oct 23, 2024
1 parent b151b9f commit dc46df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/puppets/PuppetActor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ bool PuppetActor::receiveMsg(const al::SensorMsg* msg, al::HitSensor* source, al
}

if ((al::isMsgPlayerTrampleReflect(msg) || rs::isMsgPlayerAndCapObjHipDropReflectAll(msg)) && al::isSensorName(target, "Body")) {
// RCL TODO: remove freeze-tag specific code
if (!GameModeManager::instance()->isModeAndActive(GameMode::FREEZETAG)) {
rs::requestHitReactionToAttacker(msg, target, source);
return true;
Expand Down

0 comments on commit dc46df4

Please sign in to comment.