mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Make the bunny hood not change text reactions
This commit is contained in:
parent
9ecf28bbd8
commit
5184ec1521
1 changed files with 2 additions and 0 deletions
|
@ -66,5 +66,7 @@ u16 sReactionTextIds[][PLAYER_MASK_MAX] = {
|
||||||
u16 Text_GetFaceReaction(GlobalContext* globalCtx, u32 reactionSet) {
|
u16 Text_GetFaceReaction(GlobalContext* globalCtx, u32 reactionSet) {
|
||||||
u8 currentMask = Player_GetMask(globalCtx);
|
u8 currentMask = Player_GetMask(globalCtx);
|
||||||
|
|
||||||
|
if (currentMask == PLAYER_MASK_BUNNY)
|
||||||
|
return sReactionTextIds[reactionSet][0];
|
||||||
return sReactionTextIds[reactionSet][currentMask];
|
return sReactionTextIds[reactionSet][currentMask];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue