Few issues, solved.

This commit is contained in:
Ghommie
2020-06-28 04:51:02 +02:00
parent 2af7bed457
commit 65ffadaa18
5 changed files with 14 additions and 14 deletions
@@ -58,7 +58,7 @@
. = ..()
owner_rsd.overlay_holder.remove_client()
eyeobj.invisibility = INVISIBILITY_MAXIMUM
if(user.client)
if(user?.client)
user.client.images -= eyeobj.user_image
/obj/machinery/computer/camera_advanced/shuttle_creator/attack_hand(mob/user)
@@ -12,8 +12,9 @@
holder.images += images
/datum/shuttle_creator_overlay_holder/proc/remove_client()
holder.images -= images
holder = null
if(holder)
holder.images -= images
holder = null
/datum/shuttle_creator_overlay_holder/proc/clear_highlights()
if(holder)