PROPERLY reduce the default escape time to 20 seconds from 60

This commit is contained in:
lbnesquik
2020-06-23 16:18:36 +02:00
parent f6f0cebce8
commit cfac41b68d
+1 -1
View File
@@ -24,7 +24,7 @@
var/digest_burn = 0.5 // Burn damage per tick in digestion mode
var/immutable = FALSE // Prevents this belly from being deleted
var/escapable = FALSE // Belly can be resisted out of at any time
var/escapetime = 60 SECONDS // Deciseconds, how long to escape this belly
var/escapetime = 20 SECONDS // Deciseconds, how long to escape this belly
var/digestchance = 0 // % Chance of stomach beginning to digest if prey struggles
var/absorbchance = 0 // % Chance of stomach beginning to absorb if prey struggles
var/escapechance = 0 // % Chance of prey beginning to escape if prey struggles.