Merge pull request #8509 from ShadowLarkens/patch-2

Fix ghosts being unable to interact with TGUI by default
This commit is contained in:
Novacat
2020-07-28 05:03:13 -04:00
committed by GitHub
+1
View File
@@ -136,6 +136,7 @@
/obj/attack_ghost(mob/user)
ui_interact(user)
tgui_interact(user)
..()
/obj/proc/interact(mob/user)