mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
plane holder hard dels (#19374)
* plane holder hard dels * . * . * . * vac hard del * this * . * . --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
0d0267a4c1
commit
1c80ef4d35
@@ -9,6 +9,15 @@
|
||||
var/atom/movable/screen/background/cam_background
|
||||
var/atom/movable/screen/skybox/local_skybox
|
||||
|
||||
/obj/item/communicator/Destroy()
|
||||
if(cam_screen)
|
||||
QDEL_NULL(cam_screen)
|
||||
QDEL_LIST_NULL(cam_plane_masters)
|
||||
if(cam_background)
|
||||
QDEL_NULL(cam_background)
|
||||
local_skybox = null
|
||||
. = ..()
|
||||
|
||||
// Proc: setup_tgui_camera()
|
||||
// Parameters: None
|
||||
// Description: This sets up all of the variables above to handle in-UI map windows.
|
||||
|
||||
Reference in New Issue
Block a user