mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
gobot:: lighter owner marks
This commit is contained in:
@@ -136,7 +136,9 @@ bool draw_go(cell *c, const shiftmatrix& V) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else {
|
else {
|
||||||
|
vid.linewidth /= 5;
|
||||||
queuepoly(V, cgi.shGem[0], player_colors[current.owner[id]]);
|
queuepoly(V, cgi.shGem[0], player_colors[current.owner[id]]);
|
||||||
|
vid.linewidth *= 5;
|
||||||
lv_needed = 2;
|
lv_needed = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user