mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-06 04:51:30 -07:00
Updated Home (markdown)
parent
ceacb72620
commit
cbefeedecd
1 changed files with 1 additions and 1 deletions
2
Home.md
2
Home.md
|
@ -15,7 +15,7 @@ What this might look like in practice
|
||||||
if (rc.isShuffled()) {
|
if (rc.isShuffled()) {
|
||||||
if (rc.isObtainable() && !rc.isObtained()) {
|
if (rc.isObtainable() && !rc.isObtained()) {
|
||||||
this->actionFunc = En_CowIdle;
|
this->actionFunc = En_CowIdle;
|
||||||
Randomzier_ObtainRandomizerCheck(rc);
|
rc.obtain();
|
||||||
} else {
|
} else {
|
||||||
this->actionFunc = En_CowReturnToIdle;
|
this->actionFunc = En_CowReturnToIdle;
|
||||||
this->actor.textId = 0x4011;
|
this->actor.textId = 0x4011;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue