From d4340fe9048da02ced63f31c89f96adff615625b Mon Sep 17 00:00:00 2001 From: Matija Bijelic <mijelicbatija@gmail.com> Date: Wed, 14 Jun 2023 16:09:46 +0000 Subject: [PATCH] Fixed 'Animal Features' chart for Polymorph. I assume Bird/Bat range is supposed to be -5 to -4 --- charts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts.tex b/charts.tex index 600910ce..a36b6036 100644 --- a/charts.tex +++ b/charts.tex @@ -377,7 +377,7 @@ Beaver & -5 & -4 & \quadraped \\ - Bird/ Bat & -5 & 4 & \flight \\ + Bird/ Bat & -5 & -4 & \flight \\ Cat & -5 & -5 & \quadraped \\ -- GitLab