mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 12:05:09 -05:00
Update z_en_go.c
This commit is contained in:
parent
17e09d5fd3
commit
00025f2318
@ -96,7 +96,7 @@ u16 EnGo_GetTextID(GlobalContext* globalCtx, Actor* thisx) {
|
|||||||
if (gSaveContext.bgsFlag) {
|
if (gSaveContext.bgsFlag) {
|
||||||
return 0x305E;
|
return 0x305E;
|
||||||
} else if (INV_CONTENT(ITEM_TRADE_ADULT) >= ITEM_CLAIM_CHECK) {
|
} else if (INV_CONTENT(ITEM_TRADE_ADULT) >= ITEM_CLAIM_CHECK) {
|
||||||
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 1)) {
|
if (Environment_GetBgsDayCount() >= CVar_GetS32("gForgeTime", 3)) {
|
||||||
return 0x305E;
|
return 0x305E;
|
||||||
} else {
|
} else {
|
||||||
return 0x305D;
|
return 0x305D;
|
||||||
|
Loading…
Reference in New Issue
Block a user