mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-28 23:58:31 +01:00
Mob inventory cleanup
This commit is contained in:
@@ -19,6 +19,15 @@
|
||||
/mob/proc/update_inv_back()
|
||||
return
|
||||
|
||||
/mob/proc/update_inv_active_hand()
|
||||
return
|
||||
|
||||
/mob/living/update_inv_active_hand(var/A)
|
||||
if(hand)
|
||||
update_inv_l_hand(A)
|
||||
else
|
||||
update_inv_r_hand(A)
|
||||
|
||||
/mob/proc/update_inv_l_hand()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user