From 2156ddd25542e5e593facd2513af387d839caca7 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Thu, 14 Jan 2021 21:41:49 +0000 Subject: [PATCH] Ghost Pointing (#15272) --- code/_onclick/observer.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/_onclick/observer.dm b/code/_onclick/observer.dm index df0ed20f6b1..073fab88b34 100644 --- a/code/_onclick/observer.dm +++ b/code/_onclick/observer.dm @@ -41,6 +41,9 @@ if(M) admin_mob_info(M) return + if(modifiers["middle"]) + MiddleClickOn(A) + return if(modifiers["shift"]) ShiftClickOn(A) return