fixes stuff, i guess.

This commit is contained in:
Alberyk
2020-04-22 13:17:19 -03:00
parent 8e9fdbe0f7
commit 60552d11c4
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
//If this hits 0 then they decide to up and leave.
/datum/trader/proc/tick()
addtimer(CALLBACK(src, .proc/do_after_tick), 0)
addtimer(CALLBACK(src, .proc/do_after_tick), 1)
return 1
/datum/trader/proc/do_after_tick()