[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 14:22:04 -07:00
committed by GitHub
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 deletions

View File

@@ -14,7 +14,7 @@
pickup_sound = 'sound/items/pickup/device.ogg'
drop_sound = 'sound/items/drop/device.ogg'
/obj/item/eftpos/Initialize()
/obj/item/eftpos/Initialize(mapload)
. = ..()
//by default, connect to the station account
//the user of the EFTPOS device can change the target account though, and no-one will be the wiser (except whoever's being charged)

View File

@@ -81,7 +81,7 @@
var/can_rotate = 1 //Defaults to yes, can be set to 0 for vendors without or with unwanted directionals.
/obj/machinery/vending/Initialize()
/obj/machinery/vending/Initialize(mapload)
. = ..()
wires = new(src)
if(product_slogans)

View File

@@ -26,7 +26,7 @@
return TRUE
return FALSE
/obj/item/refill_cartridge/autoname/Initialize()
/obj/item/refill_cartridge/autoname/Initialize(mapload)
. = ..()
if(refill_type && ispath(refill_type))
var/atom/tmp = refill_type