diff --git a/TODO.txt b/TODO.txt
index 593158bc9e258371636f59c5cf359654c75b7a02..52168587c586f70817cdefa6f60b9a1b7740e409 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,6 +1,4 @@
 -add fortifications?
--finish PC wound code
--finish mercenary recruits in report
 -add random crimes as events
 -min rep for upgrades
 -renaming of units depending on FSs
@@ -9,7 +7,6 @@
 -transport hub
 -weapons manufactoring
 -first battle
--make the mod toggleable
 
 and big ones:
 -rebellions
diff --git a/src/SecExp/secExpEvents.tw b/src/SecExp/secExpEvents.tw
new file mode 100644
index 0000000000000000000000000000000000000000..afe2719d586237725de6893778e60572c83bf9ba
--- /dev/null
+++ b/src/SecExp/secExpEvents.tw
@@ -0,0 +1,17 @@
+:: secExpEvents [nobr]
+
+
+events:
+	Slaves:
+		low:
+			-suspicious messages
+			-inflammatory graffiti
+			-suspicious movements in the night
+		med:
+			-disappearing of weapons
+			-mysterious homicide
+			-rumors of slave assemblies
+		high:
+			-riots
+			-warehouse night raids
+			-burning of personal properties
\ No newline at end of file