diff --git a/Anomaly/DefInjected/HediffDef/Hediffs_Local_Injuries.xml b/Anomaly/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
index 47d0ea50..d67559a8 100644
--- a/Anomaly/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
+++ b/Anomaly/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
@@ -10,7 +10,7 @@
una parte digerida
- {1} digerido
+ {1} digerid{1_gender ? o : a}
rayo energético
diff --git a/Biotech/DefInjected/HediffDef/Hediffs_Local_Injuries.xml b/Biotech/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
index 8b5628e7..62353c2b 100644
--- a/Biotech/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
+++ b/Biotech/DefInjected/HediffDef/Hediffs_Local_Injuries.xml
@@ -22,6 +22,6 @@
una quemadura de un haz.
- la {0} en esta parte del cuerpo "{1}"
+ la {0} en {1_gender ? el : la} {1}
\ No newline at end of file
diff --git a/Core/Strings/Names/Business.txt b/Core/Strings/Names/Business.txt
index 6e0c4467..e5812794 100644
--- a/Core/Strings/Names/Business.txt
+++ b/Core/Strings/Names/Business.txt
@@ -3,6 +3,7 @@ Akvirac
Albium
Alvirolo
Andrés
+Anth
Berny González
Destiny
Díaz
@@ -107,6 +108,7 @@ Wu
Wulan
Wuland
Wynham
+Xeros
Yamamoto
Yao Weng
Yee Jin
@@ -114,6 +116,7 @@ Yolin
Yootanu
Yrath
Yulten
+Zakees
Zarif
Zarimax
Zenimex
diff --git a/Core/WordInfo/fix_indefinite.txt b/Core/WordInfo/fix_indefinite.txt
index f2287189..8235e8e8 100644
--- a/Core/WordInfo/fix_indefinite.txt
+++ b/Core/WordInfo/fix_indefinite.txt
@@ -1,2 +1,12 @@
+KEY;1_NOM;2_GEN;3_DAT;4_ACC;5_NOM_ART;6_GEN_ART;7_DAT_ART;8_ACC_ART
+// Indefinite fixes (for non gender-variable sustantives )
+//
+// Usage syntax: {lookup: TEXT; FILE_NO_EXT; INDEX}
+// TEXT is the key to access a row.
+// FILE_NO_EXT is the file in which TEXT should be looked up. Omit the extension.
+// INDEX determines the column to be used. Can be omitted if you need index 1.
+// For example, {lookup: {0}; plural; 2} looks up 2_GEN.
+//
+
un iguana; una iguana
un cebra; una cebra
\ No newline at end of file
diff --git a/Ideology/DefInjected/HediffDef/Precepts_Scarification.xml b/Ideology/DefInjected/HediffDef/Precepts_Scarification.xml
index a3602f62..7531b46c 100644
--- a/Ideology/DefInjected/HediffDef/Precepts_Scarification.xml
+++ b/Ideology/DefInjected/HediffDef/Precepts_Scarification.xml
@@ -10,6 +10,6 @@
una escarificación
- {0} en el {1}
+ la {0} en {1_gender ? el : la} {1}
\ No newline at end of file