Fix ghosts being unable to interact with TGUI by default

This commit is contained in:
ShadowLarkens
2020-07-28 01:16:00 -07:00
committed by GitHub
parent 72b55ccf03
commit 4f2bb7bc34
+1
View File
@@ -136,6 +136,7 @@
/obj/attack_ghost(mob/user)
ui_interact(user)
tgui_interact(user)
..()
/obj/proc/interact(mob/user)