This commit is contained in:
kevinz000
2020-04-30 00:58:59 -07:00
parent 72cbb77ecc
commit 432724a388
9 changed files with 176 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
/// How much someone is slowed from pulling a prone human
#define PULL_PRONE_SLOWDOWN 0.6
/// How much someone is slowed from fireman carrying a human
#define FIREMAN_CARRY_SLOWDOWN 0
/// How much someone is slowed by piggybacking a human
#define PIGGYBACK_CARRY_SLOWDOWN 1