v0.3.0: added better sprites & descriptions to new plants

This commit is contained in:
Evan Debenham
2015-05-25 02:13:11 -04:00
parent 7230fe6be9
commit fc6d1f128b
5 changed files with 21 additions and 16 deletions
@@ -250,7 +250,8 @@ public class WandOfRegrowth extends Wand {
@Override
public String desc() {
return "";
return "Dewcatchers camouflage as grass to avoid attention, " +
"but their bulges of collected dew give them away.";
}
//seed is never dropped, only care about plant class
@@ -291,7 +292,8 @@ public class WandOfRegrowth extends Wand {
@Override
public String desc() {
return "";
return "Seed Pods look pretty, but the seeds they carry are actually " +
"stolen from other plants they kill with their roots.";
}
//seed is never dropped, only care about plant class