mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Updated progress bar datum to the latest iteration (#19672)
Updated progress bar datum to the latest iteration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user