v0.3.0d: corrected capitalization in trap names

This commit is contained in:
Evan Debenham
2015-06-11 17:06:40 -04:00
parent 8c42ebda5e
commit fba591af68
8 changed files with 8 additions and 8 deletions
@@ -35,7 +35,7 @@ import java.util.ArrayList;
public class LightningTrap extends Trap {
{
name = "lightning trap";
name = "Lightning trap";
image = 5;
}