v0.3.1d: fixed a typo in venom gas

This commit is contained in:
Evan Debenham 2015-09-10 15:10:30 -04:00
parent 52e1566e2a
commit d1f3786781

View File

@ -77,6 +77,6 @@ public class VenomGas extends Blob {
@Override @Override
public String tileDesc() { public String tileDesc() {
return "A could of foul acidic venom is swirling here."; return "A cloud of foul acidic venom is swirling here.";
} }
} }