mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user