mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +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