v0.2.2b: updated boomerang text to include weightstone properties
This commit is contained in:
parent
22a639dd4f
commit
c4b55ae70b
|
@ -116,7 +116,17 @@ public class Boomerang extends MissileWeapon {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String desc() {
|
public String desc() {
|
||||||
return
|
String info =
|
||||||
"Thrown to the enemy this flat curved wooden missile will return to the hands of its thrower.";
|
"Thrown to the enemy this flat curved wooden missile will return to the hands of its thrower.";
|
||||||
|
switch (imbue) {
|
||||||
|
case LIGHT:
|
||||||
|
info += "\n\nIt was balanced to be lighter. ";
|
||||||
|
break;
|
||||||
|
case HEAVY:
|
||||||
|
info += "\n\nIt was balanced to be heavier. ";
|
||||||
|
break;
|
||||||
|
case NONE:
|
||||||
|
}
|
||||||
|
return info;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user