mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Proximity monitors now work on stuff that was created inside it (#67136)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
///The signals of the connect range component, needed to monitor the turfs in range.
|
||||
var/static/list/loc_connections = list(
|
||||
COMSIG_ATOM_ENTERED = .proc/on_entered,
|
||||
COMSIG_ATOM_EXITED =.proc/on_uncrossed,
|
||||
COMSIG_ATOM_EXITED = .proc/on_uncrossed,
|
||||
COMSIG_ATOM_INITIALIZED_ON = .proc/on_entered,
|
||||
)
|
||||
|
||||
/datum/proximity_monitor/New(atom/_host, range, _ignore_if_not_on_turf = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user