v0.7.5: removed unintentional comment on worn dart trap properties

This commit is contained in:
Evan Debenham 2019-09-26 20:22:16 -04:00
parent f19ea6b62c
commit f37186ba3c

View File

@ -39,7 +39,7 @@ public class WornDartTrap extends Trap {
color = GREY;
shape = CROSSHAIR;
//canBeHidden = false;
canBeHidden = false;
}
@Override