Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add whitespace to calquat #1883

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void setupSteps()
"If you're waiting for it to grow and want to complete further tasks, use the tick box on panel.",
palmTreeSapling, rake, spade);
checkCalquat = new ObjectStep(this, NullObjectID.NULL_7807, new WorldPoint(2796, 3101, 0),
"Grow and check the health of a Calquat in Tai Bwo Wannai." +
"Grow and check the health of a Calquat in Tai Bwo Wannai. " +
"If you're waiting for it to grow and want to complete further tasks, use the tick box on panel.",
calquatSapling, rake, spade);
moveToHorseShoe = new DetailedQuestStep(this, new WorldPoint(2734, 3224, 0),
Expand Down
Loading