Updated progress bar datum to the latest iteration (#19672)

Updated progress bar datum to the latest iteration
This commit is contained in:
Fluffy
2024-07-27 19:02:24 +00:00
committed by GitHub
parent f26e4a0380
commit dc812d3e31
8 changed files with 160 additions and 75 deletions
@@ -80,7 +80,7 @@
var/wipe_time = rand(20 SECONDS, 40 SECONDS)
addtimer(CALLBACK(src, PROC_REF(memorywipe)), wipe_time)
wipe_bar = new /datum/progressbar/autocomplete(src, wipe_time, attached)
wipe_bar = new /datum/progressbar(src, wipe_time, attached)
wipe_start_time = world.time
wipe_bar.update(0)
if(anchored)