v0.3.0: implemented all cursed wand effects
This commit is contained in:
@@ -172,7 +172,9 @@ public abstract class Wand extends Item {
|
||||
|
||||
@Override
|
||||
public String info() {
|
||||
return desc();
|
||||
return (cursed && cursedKnown) ?
|
||||
desc() + "\n\nThis wand is cursed, making its magic chaotic and random." :
|
||||
desc();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user