X Tutup
Skip to content

Commit c0c17eb

Browse files
committed
GOT: Fix the starting armor for area > 1
1 parent a434c72 commit c0c17eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engines/got/game/init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void setupPlayer() {
7474
}
7575

7676
void initGame() {
77+
_G(thorInfo)._armor = _G(area) > 1 ? 1 : 0;
7778
loadStandardActors();
7879
setupPlayer();
7980

0 commit comments

Comments
 (0)
X Tutup