almost compiling

This commit is contained in:
silicons
2021-04-26 23:37:26 -07:00
parent 1585d1c2be
commit d547aa7ff1
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
var/dir
var/returned
#define RUN_YELL(_T, _P, _D) \
returned = max(powers[_T] - _T.get_yelling_resistance() - 1, 0); \
returned = max(_P - _T.get_yelling_resistance() - 1, 0); \
_T.maptext = "[returned]";
var/list/turf/edges_next = list()