increases MAX_THROWING_DIST (#36702)

* initial commit

* refactor

* oh that went first
This commit is contained in:
kachnov
2018-03-29 06:01:03 -04:00
committed by CitadelStationBot
parent 77f40b6be9
commit bf699ac9e6
+2 -2
View File
@@ -1,4 +1,4 @@
#define MAX_THROWING_DIST 512 // 2 z-levels on default width
#define MAX_THROWING_DIST 1280 // 5 z-levels on default width
#define MAX_TICKS_TO_MAKE_UP 3 //how many missed ticks will we attempt to make up for this run.
SUBSYSTEM_DEF(throwing)
@@ -107,7 +107,7 @@ SUBSYSTEM_DEF(throwing)
return
dist_travelled++
if (dist_travelled > MAX_THROWING_DIST)
finalize()
return