mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
Board games update: chess edition (#5013)
-updates the board to be a little better, porting bay updates to it -adds chess pieces as well, ported from bay too -you can now drag the board to yourself to hold it, instead of having to drag it everywhere if you want to move it -added chess and checkers kits to the loadout
This commit is contained in:
@@ -110,3 +110,11 @@
|
||||
/datum/gear/towel/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/checkers
|
||||
display_name = "checkers game kit"
|
||||
path = /obj/item/weapon/storage/box/checkers_kit
|
||||
|
||||
/datum/gear/chess
|
||||
display_name = "chess game kit"
|
||||
path = /obj/item/weapon/storage/box/chess_kit
|
||||
Reference in New Issue
Block a user