v0.2.4: used a less obscure word for death by toxic gas

This commit is contained in:
Evan Debenham 2015-02-13 16:27:57 -05:00
parent 91789216f9
commit 1f50ce36b4

View File

@ -35,7 +35,7 @@ public class ResultDescriptions {
public static final String BURNING = "Burned to Ash";
public static final String HUNGER = "Starved to Death";
public static final String POISON = "Succumbed to Poison";
public static final String GAS = "Asphyxiated";
public static final String GAS = "Suffocated";
public static final String BLEEDING = "Bled to Death";
public static final String OOZE = "Melted Away";
public static final String FALL = "Died on Impact";