Make stuff not apply in Aesthetician in general.

This commit is contained in:
Ottermandias 2023-08-22 15:48:55 +02:00
parent 89b1a22800
commit e64e94f78d
6 changed files with 37 additions and 11 deletions

View file

@ -35,7 +35,7 @@ public unsafe class FunModule
if (actor.AsCharacter->CharacterData.ModelCharaId != 0)
return;
ApplyEmperor(new Span<CharacterArmor>(ref armor));
ApplyEmperor(new Span<CharacterArmor>(ref armor), slot);
ApplyClown(new Span<CharacterArmor>(ref armor));
}