mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-07 07:52:00 +00:00
Makes the character preview show more than 1 accessory (#10205)
This commit is contained in:
@@ -757,7 +757,8 @@
|
||||
else if (H.equip_to_slot_or_del(CI, G.slot))
|
||||
CI.autodrobe_no_remove = TRUE
|
||||
to_chat(H, "<span class='notice'>Equipping you with [thing]!</span>")
|
||||
custom_equip_slots += G.slot
|
||||
if(G.slot != slot_tie)
|
||||
custom_equip_slots += G.slot
|
||||
Debug("EC/([H]): Equipped [CI] successfully.")
|
||||
else if (leftovers)
|
||||
leftovers += thing
|
||||
|
||||
Reference in New Issue
Block a user