Skip to content

Commit

Permalink
gas fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 10, 2024
1 parent bc1c4e2 commit e3e9aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/ARES/apollo_pda.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3e9aeb

Please sign in to comment.