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:
Alberyk
2018-08-05 12:40:43 -03:00
committed by Erki
parent c2708ba0a4
commit 4cd7b99e43
4 changed files with 177 additions and 38 deletions
@@ -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