From e3e9aeb463272943ab5b82ec7bed3e3a571f21ac Mon Sep 17 00:00:00 2001 From: forest2001 Date: Fri, 10 May 2024 21:09:29 +0100 Subject: [PATCH] gas fix --- code/game/machinery/ARES/apollo_pda.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/ARES/apollo_pda.dm b/code/game/machinery/ARES/apollo_pda.dm index 16affdb10cb4..787b194ffb44 100644 --- a/code/game/machinery/ARES/apollo_pda.dm +++ b/code/game/machinery/ARES/apollo_pda.dm @@ -239,9 +239,9 @@ if("page_maintenance") last_menu = current_menu current_menu = "maint_claim" - if("page_core_sec") + if("page_core_gas") last_menu = current_menu - current_menu = "core_security" + current_menu = "core_security_gas" if("toggle_sound") notify_sounds = !notify_sounds