Flesh out acid as a real damage type

This commit is contained in:
2025-05-08 18:17:18 -05:00
parent 01608064f2
commit 005d40806c
12 changed files with 54 additions and 28 deletions

View File

@@ -371,7 +371,7 @@ std::istream& operator >> (std::istream& in, eFieldType& e) {
// MARK: eDamageType
cEnumLookup dmg_names = {
"weap", "fire", "poison", "magic", "weird", "cold", "undead", "demon", "spec",
"weap", "fire", "poison", "magic", "weird", "cold", "undead", "demon", "acid", "spec",
};
std::ostream& operator << (std::ostream& out, eDamageType e) {