mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user