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

Commit a49f618

Browse files
committed
lints fixed
1 parent 63d7ea3 commit a49f618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/modules/assembly/voice.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"voice sensor")
2222

2323

24-
/obj/item/assembly/voice/Initialize()
24+
/obj/item/assembly/voice/Initialize(mapload)
2525
. = ..()
2626
become_hearing_sensitive(ROUNDSTART_TRAIT)
2727

code/modules/research/nanites/nanite_programmer.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
anchored = TRUE
1111
density = TRUE
1212

13-
/obj/machinery/nanite_programmer/Initialize()
13+
/obj/machinery/nanite_programmer/Initialize(mapload)
1414
. = ..()
1515
become_hearing_sensitive(trait_source = ROUNDSTART_TRAIT)
1616

0 commit comments

Comments
 (0)