Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 8, 2024
1 parent 7c1c3c7 commit a114620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/rbmk/rbmk_core.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Remember kids. If the reactor itself is not physically powered by an APC, it can
/obj/machinery/atmospherics/components/unary/rbmk/core/Initialize(mapload)
. = ..()
grill_loop = new(src, FALSE)
radio = new(src)
radio = new/obj/item/radio(src)
radio.keyslot = new radio_key
radio.listening = FALSE

Check warning on line 193 in code/modules/power/rbmk/rbmk_core.dm

View workflow job for this annotation

GitHub Actions / Run Linters

field "listening" on /obj/item/radio is declared as private
radio.recalculateChannels()
Expand Down

0 comments on commit a114620

Please sign in to comment.