v0.3.1b: fixed a bunch of typos in trap descriptions
This commit is contained in:
@@ -55,6 +55,6 @@ public class BlazingTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "stepping on this trap will ignite a powerful chemical mixture, setting a wide area ablaze.";
|
||||
return "Stepping on this trap will ignite a powerful chemical mixture, setting a wide area ablaze.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,6 +65,6 @@ public class ChillingTrap extends Trap{
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "when activated, chemicals in this trap will trigger a snap-frost at its location.";
|
||||
return "When activated, chemicals in this trap will trigger a snap-frost at its location.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,6 +72,6 @@ public class CursingTrap extends Trap {
|
||||
@Override
|
||||
public String desc() {
|
||||
return "This trap contains the same malevolent magic found in cursed equipment. " +
|
||||
"Trigger it will curse all worn items, and all items in the immediate area.";
|
||||
"Triggering it will curse all worn items, and all items in the immediate area.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ public class DisintegrationTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "Then triggered, this trap will lance the target with beams of disintegration, " +
|
||||
return "When triggered, this trap will lance the target with beams of disintegration, " +
|
||||
"dealing significant damage and destroying items.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,6 +50,6 @@ public class DistortionTrap extends Trap{
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "Build from strange magic of unknown origin, this trap will shift and morph the world around you.";
|
||||
return "Built from strange magic of unknown origin, this trap will shift and morph the world around you.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@ public class FireTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "stepping on this trap will ignite a chemical mixture, setting the immediate area aflame.";
|
||||
return "Stepping on this trap will ignite a chemical mixture, setting the immediate area aflame.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ public class FlashingTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "On activation, this trap with ignite a potent flashing powder stored within, " +
|
||||
return "On activation, this trap will ignite a potent flashing powder stored within, " +
|
||||
"temporarily blinding and crippling its victim.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,6 +67,6 @@ public class FrostTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "when activated, chemicals in this trap will trigger a powerful snap-frost at its location.";
|
||||
return "When activated, chemicals in this trap will trigger a powerful snap-frost at its location.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ public class GrippingTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "triggering this trap will send barbed claws along the ground, " +
|
||||
return "Triggering this trap will send barbed claws along the ground, " +
|
||||
"damaging the victims feet and rooting them in place.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@ public class OozeTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "This trap with splash out caustic ooze when activated, which will burn until it is washed away.";
|
||||
return "This trap will splash out caustic ooze when activated, which will burn until it is washed away.";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,6 +88,6 @@ public class PitfallTrap extends Trap {
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "This pressure plate rests ontop of a fairly weak floor, and will likely collapse into a pit if it is pressed.";
|
||||
return "This pressure plate rests atop a fairly weak floor, and will likely collapse into a pit if it is pressed.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user