From 3df2a5241d0c6bf4339af19a8831313dced885c1 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 27 Sep 2021 10:39:56 -0400 Subject: [PATCH] Adds hidden fingerprint logging to emaging arcade machines --- code/game/machinery/computer/arcade.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index 391a137749a..a15712394f5 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -257,6 +257,7 @@ enemy_name = "Cuban Pete" name = "Outbomb Cuban Pete" + add_hiddenprint(user) updateUsrDialog() // *** THE ORION TRAIL ** // @@ -962,6 +963,7 @@ to_chat(user, "You override the cheat code menu and skip to Cheat #[rand(1, 50)]: Realism Mode.") name = "The Orion Trail: Realism Edition" desc = "Learn how our ancestors got to Orion, and try not to die in the process!" + add_hiddenprint(user) newgame() emagged = 1