From 1b940a181bc5f5a3a775108c5ba2dbcffd1e72ad Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Mon, 13 Jan 2014 23:45:49 +0100
Subject: [PATCH] Added a	"Birther:donatorTiles" hook

---
 game/modules/tome/dialogs/Birther.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/dialogs/Birther.lua b/game/modules/tome/dialogs/Birther.lua
index ec3082701d..cf1812adb8 100644
--- a/game/modules/tome/dialogs/Birther.lua
+++ b/game/modules/tome/dialogs/Birther.lua
@@ -1374,6 +1374,7 @@ function _M:selectTile()
 		"player/ascii_player_exotic_01.png",
 		"player/ascii_player_shopper_01.png",
 	}
+	self:triggerHook{"Birther:donatorTiles", list=list}
 	local remove = Button.new{text="Use default tile", width=500, fct=function()
 		game:unregisterDialog(d)
 		self.has_custom_tile = nil
-- 
GitLab