mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] A variety of fixes (#6843)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -569,16 +569,12 @@
|
||||
h_user.put_in_l_hand(B)
|
||||
else if (h_user.l_store == src)
|
||||
h_user.drop_from_inventory(src)
|
||||
B.loc = h_user
|
||||
B.hud_layerise()
|
||||
h_user.l_store = B
|
||||
//h_user.update_inv_pockets() //Doesn't do anything
|
||||
if(!h_user.equip_to_slot_if_possible(B, slot_l_store))
|
||||
h_user.drop_from_inventory(B)
|
||||
else if (h_user.r_store == src)
|
||||
h_user.drop_from_inventory(src)
|
||||
B.loc = h_user
|
||||
B.hud_layerise()
|
||||
h_user.r_store = B
|
||||
//h_user.update_inv_pockets() //Doesn't do anything
|
||||
if(!h_user.equip_to_slot_if_possible(B, slot_r_store))
|
||||
h_user.drop_from_inventory(B)
|
||||
else if (h_user.head == src)
|
||||
h_user.u_equip(src)
|
||||
h_user.put_in_hands(B)
|
||||
|
||||
Reference in New Issue
Block a user