online multiplayer chess game (note server currently down)
Diffstat (limited to 'pieces/Bishop.gd')
-rw-r--r--pieces/Bishop.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/pieces/Bishop.gd b/pieces/Bishop.gd
index 8b2f2c1..d7848d4 100644
--- a/pieces/Bishop.gd
+++ b/pieces/Bishop.gd
@@ -4,8 +4,3 @@ class_name Bishop, "res://assets/california/wB.png"
func get_moves():
return .traverse(.all_dirs().slice(4, 8))
-
-
-func _ready():
- ._ready()
- shortname = "b" + team