Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 7275874

Browse files
committed
Lints really didn't like that
1 parent 77d9096 commit 7275874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/modules/cargo/blackmarket/blackmarket_telepad.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/// Queue for purchases that the machine should recieve and send.
3636
var/list/datum/blackmarket_purchase/queue = list()
3737

38-
/obj/machinery/ltsrbt/Initialize()
38+
/obj/machinery/ltsrbt/Initialize(mapload)
3939
. = ..()
4040
SSblackmarket.telepads += src
4141

code/modules/cargo/blackmarket/blackmarket_uplink.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/// List of typepaths for "/datum/blackmarket_market"s that this uplink can access.
1717
var/list/accessible_markets = list(/datum/blackmarket_market/blackmarket)
1818

19-
/obj/item/blackmarket_uplink/Initialize()
19+
/obj/item/blackmarket_uplink/Initialize(mapload)
2020
. = ..()
2121
if(accessible_markets.len)
2222
viewing_market = accessible_markets[1]

0 commit comments

Comments
 (0)