Fixes proximity_checkers being visible in the right click menu (#495)
This commit is contained in:
committed by
Poojawa
parent
032baebb85
commit
076562e7fd
@@ -73,6 +73,7 @@
|
||||
checkers = checkers_local
|
||||
|
||||
/obj/effect/abstract/proximity_checker
|
||||
invisibility = INVISIBILITY_ABSTRACT
|
||||
var/datum/proximity_monitor/monitor
|
||||
|
||||
/obj/effect/abstract/proximity_checker/Initialize(mapload, datum/proximity_monitor/_monitor)
|
||||
@@ -94,4 +95,4 @@
|
||||
return
|
||||
var/atom/H = M.host
|
||||
testing("HasProx: [H] -> [AM]")
|
||||
H.HasProximity(AM)
|
||||
H.HasProximity(AM)
|
||||
|
||||
Reference in New Issue
Block a user