Merge pull request #14155 from SmArtKar/tgui_observe

Port of TG's "Auto Observe"
This commit is contained in:
silicons
2021-02-04 12:49:09 -07:00
committed by GitHub
7 changed files with 67 additions and 16 deletions
+3
View File
@@ -99,6 +99,9 @@
///Mobs that are currently do_after'ing this atom, to be cleared from on Destroy()
var/list/targeted_by
///Reference to atom being orbited
var/atom/orbit_target
/**
* Called when an atom is created in byond (built in engine proc)
*