Port TG pointing to inventory thought bubble, and expand valid pointing targets (#19072)

* Well that actually works

* Update atoms_movable.dm

* Now you can point at things inside of things.
This commit is contained in:
Vi3trice
2022-09-25 12:29:51 -04:00
committed by GitHub
parent c76b165a6c
commit 7a3f2ed506
15 changed files with 162 additions and 56 deletions

View File

@@ -963,6 +963,12 @@
var/mob/living/carbon/human/H = usr
H.remake_hud()
if("thought_bubble")
toggles2 ^= PREFTOGGLE_2_THOUGHT_BUBBLE
if(length(parent?.screen))
var/obj/screen/plane_master/point/PM = locate(/obj/screen/plane_master/point) in parent.screen
PM.backdrop(parent.mob)
if("be_special")
var/r = href_list["role"]
if(r in GLOB.special_roles)