dumbasskevinz

This commit is contained in:
zerothebigboy
2021-09-11 23:34:02 -04:00
parent 223ba8d6c1
commit d41648b365
@@ -41,9 +41,9 @@ Key procs
/// Next two variables depend on this: Should we do advanced calculations?
var/complex_calculation = FALSE
/// Absolute max tiles we can boost to
var/absolute_max_tiles_per_second
var/absolute_max_tiles_per_second = INFINITY
/// Max tiles per second we can boost
var/max_tiles_per_second_boost
var/max_tiles_per_second_boost = INFINITY
/// Movetypes this applies to
var/movetypes = ALL
@@ -54,6 +54,8 @@ Key procs
/// Other modification datums this conflicts with.
var/conflicts_with
/datum/movespeed_modifier/New()
. = ..()
if(!id)