v0.3.4: reworked string storage structure, much cleaner now.
This commit is contained in:
committed by
Evan Debenham
parent
77c583b6b1
commit
47a537ea81
@@ -30,7 +30,7 @@ public class WndInfoTrap extends WndTitledMessage {
|
||||
|
||||
super(new TrapSprite( trap.color + (trap.shape * 16) ),
|
||||
trap.name,
|
||||
(!trap.active ? Messages.get(WndInfoTrap.class, "inactive") : "") + trap.desc());
|
||||
(!trap.active ? Messages.get(WndInfoTrap.class, "inactive") + "\n\n" : "") + trap.desc());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user