mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Changes slot number defines from lowercase to all uppercase (#22297)
* undo all of it * flags * back * head/mask * left * right * Cuffs * other name changes * ID and PDA * idk about calling them SLOT_HUD now * glasses, gloves, and shoes, oh my! * the rest * comment
This commit is contained in:
@@ -396,7 +396,7 @@
|
||||
if(href_list["pick"] == "Turn")
|
||||
turn_hand(usr)
|
||||
else
|
||||
if(cardUser.get_item_by_slot(slot_l_hand) == src || cardUser.get_item_by_slot(slot_r_hand) == src)
|
||||
if(cardUser.get_item_by_slot(SLOT_HUD_LEFT_HAND) == src || cardUser.get_item_by_slot(SLOT_HUD_RIGHT_HAND) == src)
|
||||
pickedcard = href_list["pick"]
|
||||
Removecard()
|
||||
cardUser << browse(null, "window=cardhand")
|
||||
|
||||
Reference in New Issue
Block a user