[MIRROR] cleans up INIT (#10164)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-14 21:40:43 -07:00
committed by GitHub
parent a71b34b7e0
commit e4f07e43f3
38 changed files with 187 additions and 187 deletions

View File

@@ -27,7 +27,7 @@
pickup_sound = 'sound/items/pickup/device.ogg'
drop_sound = 'sound/items/drop/device.ogg'
/obj/item/uplink/Initialize(var/mapload)
/obj/item/uplink/Initialize(mapload)
. = ..()
addtimer(CALLBACK(src, PROC_REF(next_offer)), offer_time) //It seems like only the /hidden type actually makes use of this...