mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-24 05:31:50 +01:00
Some updates.
This commit is contained in:
parent
2d8d6fa75f
commit
01f05e5330
38 changed files with 629 additions and 677 deletions
|
|
@ -5,13 +5,11 @@ using Glamourer.GameData;
|
|||
using Glamourer.Gui;
|
||||
using Glamourer.Services;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
using OtterGui;
|
||||
using OtterGui.Classes;
|
||||
using OtterGui.Extensions;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.GameData.Interop;
|
||||
using Penumbra.GameData.Structs;
|
||||
using CustomizeIndex = Penumbra.GameData.Enums.CustomizeIndex;
|
||||
using Luna;
|
||||
|
||||
namespace Glamourer.State;
|
||||
|
||||
|
|
@ -290,7 +288,7 @@ public unsafe class FunModule : IDisposable
|
|||
switch (_codes.Masked(CodeService.GearCodes))
|
||||
{
|
||||
case CodeService.CodeFlag.Emperor:
|
||||
foreach (var (slot, idx) in EquipSlotExtensions.EqdpSlots.WithIndex())
|
||||
foreach (var (idx, slot) in EquipSlotExtensions.EqdpSlots.Index())
|
||||
SetRandomItem(slot, ref armor[idx]);
|
||||
break;
|
||||
case CodeService.CodeFlag.Elephants:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue