From f1190817984efa4770cc8d1c77d81ff3688d6ecd Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 15 Jun 2021 12:03:34 -0700 Subject: [PATCH] let's make this work --- code/__HELPERS/yelling.dm | 2 +- code/datums/explosion2.dm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/__HELPERS/yelling.dm b/code/__HELPERS/yelling.dm index 8bb7690694..4383a245d4 100644 --- a/code/__HELPERS/yelling.dm +++ b/code/__HELPERS/yelling.dm @@ -29,7 +29,7 @@ var/returned #define RUN_YELL(_T, _P, _D) \ returned = max(_P - max(_T.get_yelling_resistance(_P), 0) - 1, 0); \ - processed[_T] = returned; // \ + processed[_T] = returned; // _T.maptext = "[returned]"; var/list/turf/edges_next diff --git a/code/datums/explosion2.dm b/code/datums/explosion2.dm index d3429bdebe..9ebdc8a326 100644 --- a/code/datums/explosion2.dm +++ b/code/datums/explosion2.dm @@ -362,7 +362,6 @@ #undef CALCULATE_DIAGONAL_POWER #undef CALCULATE_DIAGONAL_CROSS_POWER -#undef CARDINAL_MARK_NOCHECK #undef DIAGONAL_SUBSTEP #undef DIAGONAL_MARK