Skip to content

Commit d4ee049

Browse files
committed
Changed cacuasian face colour of the player to a more subtle tone
1 parent 067a8c9 commit d4ee049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void setMap(String Map_str) {
139139
Game.setFaceCol(310);
140140
}
141141
if(!alternateCols[1]){
142-
Game.setFaceCol(444);
142+
Game.setFaceCol(543);
143143
}
144144
setPlayer(new PlayerMP(getLevel(), 100, 100, input,
145145
getJdata_UserName(), null, -1, shirtCol, faceCol));

0 commit comments

Comments
 (0)