Balance capacity

This commit is contained in:
Patrick 'Quezler' Mounier 2019-12-29 20:38:44 +01:00
parent 6b091b4d31
commit 971b1542ba
No known key found for this signature in database
GPG Key ID: 0D6CA7326C76D8EA

View File

@ -25,7 +25,7 @@ public class UnitTypes implements ContentList{
mass = 0.5f;
health = 50;
rotatespeed = 0.1f;
itemCapacity = 16;
itemCapacity = 8;
weapon = new Weapon(){{
length = 1.5f;
reload = 28f;