Fixes roundstart ntnet runtime

This commit is contained in:
Jordan Brown
2017-06-02 09:49:02 -04:00
committed by GitHub
parent 5f2777c8fc
commit faff732da1
@@ -41,6 +41,9 @@
/datum/computer_file/program/card_mod/New()
..()
addtimer(CALLBACK(src, .proc/SetConfigCooldown), 0)
/datum/computer_file/program/card_mod/proc/SetConfigCooldown()
change_position_cooldown = config.id_console_jobslot_delay
/datum/computer_file/program/card_mod/event_idremoved(background, slot)