diff --git a/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml b/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
index c796313..cf860f9 100644
--- a/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
+++ b/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
@@ -486,6 +486,14 @@
PN_WitnessedDestroyedAlly
PN_WitnessedDestroyedAllyforPN
+
+ PN_AutomatonBanished
+ PN_AutomatonBanishedforPN
+
+
+ PN_AutomatonBanishedToDie
+ PN_AutomatonBanishedToDieforPN
+
@@ -517,6 +525,7 @@
ObservedLayingCorpse
ObservedLayingRottingCorpse
DeniedJoining
+ PrisonerBanishedToDie
SleptInBarracks
diff --git a/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml b/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
index 1d91351..0ce55c7 100644
--- a/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
+++ b/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
@@ -45,9 +45,11 @@
ColonistBanished
+ PN_AutomatonBanished
ColonistBanishedToDie
+ PN_AutomatonBanishedToDie
PrisonerBanishedToDie
diff --git a/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml b/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
index 099f8b2..1630da8 100644
--- a/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
+++ b/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
@@ -331,4 +331,76 @@
+
+
+
+
+ PN_AutomatonBanished
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We just banished automaton. I hope they can meet a new master.
+ -1
+
+
+
+
+
+ PN_AutomatonBanishedToDie
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We banished automaton in such a way that there's almost no way they'll survive.
+ -2
+
+
+
+
+
+
+
+ PN_AutomatonBanishedforPN
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We just banished colleague. I hope they can meet a new master.
+ -2
+
+
+
+
+
+ PN_AutomatonBanishedToDieforPN
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We banished colleague in such a way that there's almost no way they'll survive.
+ -3
+
+
+
\ No newline at end of file