This commit is contained in:
kevinz000
2020-04-30 01:23:21 -07:00
parent f028672e3c
commit bd7b1b1193
15 changed files with 67 additions and 21 deletions
+4
View File
@@ -4,3 +4,7 @@
#define FIREMAN_CARRY_SLOWDOWN 0
/// How much someone is slowed by piggybacking a human
#define PIGGYBACK_CARRY_SLOWDOWN 1
/// slowdown when in softcrit. Note that crawling slowdown will also apply at the same time!
#define SOFTCRIT_ADD_SLOWDOWN 2
/// slowdown when crawling
#define CRAWLING_ADD_SLOWDOWN 4