From 12072ee2c09c38e05df7f7253ed855e87f11da7c Mon Sep 17 00:00:00 2001 From: R3dtail <45108567+R3dtail@users.noreply.github.com> Date: Sat, 4 Dec 2021 17:57:09 -0600 Subject: [PATCH] Shows how to ring an airlock's doorbell Third time's the charm. This SHOULD ideally make it show up in purple text like everything else you see when examining an airlock. Webedits are funky though. --- code/modules/examine/descriptions/engineering.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/examine/descriptions/engineering.dm b/code/modules/examine/descriptions/engineering.dm index 52d24ff577..037442434f 100644 --- a/code/modules/examine/descriptions/engineering.dm +++ b/code/modules/examine/descriptions/engineering.dm @@ -46,6 +46,8 @@ return results /obj/machinery/door/airlock/get_description_interaction() + description_info = "To ring an airlock's doorbell, hold Alt and click on the airlock with the Left Mouse Button." //vorestation edit + var/list/results = list() if(can_remove_electronics())