Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ openChest
Method
openChest
code/main/CastleRoom3.ts:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
private openChest(): void{
130
this.foundGridOrEqItem(
new
QuestItemFound(this,
"gridItemPossessedL"
,
"You opened a chest and found a strange stone."
,
"You gain a strange stone."
));
131
}
132
}
Callers
1
CandiesThrown
Class · 0.45
Calls
1
foundGridOrEqItem
Method · 0.80
Tested by
no test coverage detected