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.
This commit is contained in:
R3dtail
2021-12-04 17:57:09 -06:00
committed by GitHub
parent e36f028f66
commit 12072ee2c0
@@ -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())