Puts UI on it's own plane

This commit is contained in:
monster860
2016-06-06 17:12:28 -04:00
parent 4af414f1b0
commit 64ea452f20
29 changed files with 61 additions and 2 deletions
@@ -165,10 +165,12 @@
P.loc = usr
usr.r_hand = P
P.layer = 20
P.plane = HUD_PLANE
else if(!usr.l_hand)
P.loc = usr
usr.l_hand = P
P.layer = 20
P.plane = HUD_PLANE
if(istype(usr,/mob/living/carbon/human))
usr:update_inv_l_hand()