From b3382a8fe22351d10b0bddb77af3fea784d09f2c Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:49:27 -0700 Subject: [PATCH] local testing time --- code/__HELPERS/yelling.dm | 2 ++ code/datums/explosion2.dm | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/code/__HELPERS/yelling.dm b/code/__HELPERS/yelling.dm index d4d6e5ac95..6fc9cd7846 100644 --- a/code/__HELPERS/yelling.dm +++ b/code/__HELPERS/yelling.dm @@ -125,6 +125,8 @@ #undef RUN_YELL #undef DIAGONAL_SUBSTEP +#undef CALCULATE_DIAGONAL_POWER +#undef CALCULATE_DIAGONAL_CROSS_POWER #undef DIAGONAL_MARK #undef CARDINAL_MARK diff --git a/code/datums/explosion2.dm b/code/datums/explosion2.dm index 75f65e4b23..9a9f2b40cf 100644 --- a/code/datums/explosion2.dm +++ b/code/datums/explosion2.dm @@ -372,6 +372,10 @@ #undef WEX_ACT +#undef CALCULATE_DIAGONAL_POWER +#undef CALCULATE_DIAGONAL_CROSS_POWER +#undef CARDINAL_MARK_NOCHECK + #undef DIAGONAL_SUBSTEP #undef DIAGONAL_MARK #undef CARDINAL_MARK