Skip to content

Commit

Permalink
rah
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 8, 2024
1 parent 1b2c85e commit 7c1c3c7
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 @@ -190,7 +190,7 @@ Remember kids. If the reactor itself is not physically powered by an APC, it can
grill_loop = new(src, FALSE)
radio = new(src)
radio.keyslot = new radio_key
radio.listening = 0
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()
var/static/list/loc_connections = list(
COMSIG_ATOM_ENTERED = PROC_REF(on_entered),
Expand Down

0 comments on commit 7c1c3c7

Please sign in to comment.