Skip to content

Commit

Permalink
Update rbmk_monitoring.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Nov 23, 2024
1 parent 4b44f6a commit 09f240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/power/rbmk/rbmk_monitoring.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
. = ..(user)
//No reactor? Go find one then.
if(!reactor)
var/user_z_level = user.get_virtual_z_level())
var/user_z_level = user.get_virtual_z_level()
for(var/obj/machinery/atmospherics/components/unary/rbmk/core/reactor_core in GLOB.machines)
if(compare_z(reactor_core.get_virtual_z_level(), user_z_level))
reactor = reactor_core
Expand Down

0 comments on commit 09f240a

Please sign in to comment.