mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Recolors and fixes holodeck chess board, fixes error on white king's description (#73886)
## About The Pull Request
In a chess board, the white pieces occupy the 1-2 squares, while the
black pieces occupy the 7-8 squares. This was reversed in space chess,
with the white pieces being on black's position and vice versa.
I changed the colors of the board as well, to make it nicer to the eye
(and also occupying full tiles since the old version used the regular 4
square tiles). This accompanied by switching the carpet to wood for a
more aesthetically pleasing view (esp since carpets look ugly in that
shape).
I made the names of the chess pieces lowercase to make it consistent
("That's a Black Pawn." -> "That's a black pawn.") and fixed the white
king's description.
All in all, the chess board looks like this now.

## Why It's Good For The Game




## Changelog
🆑
qol: Holodeck space chess board is more pleasing to look at.
fix: Fixes holodeck space chess pieces being reversed.
spellcheck: Fixed white king's description saying it moves any tile in
one direction.
/🆑
This commit is contained in:
@@ -196,3 +196,11 @@
|
||||
|
||||
/turf/open/floor/holofloor/stairs/right
|
||||
icon_state = "stairs-r"
|
||||
|
||||
/turf/open/floor/holofloor/chess_white
|
||||
icon_state = "white_large"
|
||||
color = "#eeeed2"
|
||||
|
||||
/turf/open/floor/holofloor/chess_black
|
||||
icon_state = "white_large"
|
||||
color = "#93b570"
|
||||
|
||||
Reference in New Issue
Block a user