Code: Select all
Index: game/modules/tome/data/general/objects/world-artifacts-far-east.lua
===================================================================
--- game/modules/tome/data/general/objects/world-artifacts-far-east.lua (revision 6365)
+++ game/modules/tome/data/general/objects/world-artifacts-far-east.lua (working copy)
@@ -163,6 +163,12 @@
on_melee_hit = {[DamageType.DARKNESS] = 34},
healing_factor = 0.5,
},
+ on_pickup = function(self, who)
+ if who == game.player then
+ game.logPlayer(who,"#VIOLET#The black stone seems to dim the world and sap your life force.#LAST#")
+ end
+ end,
}
newEntity{ base = "BASE_CLOAK",