forked from mtcontrib/awards
onDeath table
This commit is contained in:
parent
90cd09f7ca
commit
e1c4402f4c
@ -4,10 +4,11 @@
|
|||||||
-- this is the trigger handler file for the awards mod
|
-- this is the trigger handler file for the awards mod
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
-- Function for Triggers
|
-- Function and table holders for Triggers
|
||||||
awards.onDig={}
|
awards.onDig={}
|
||||||
awards.onPlace={}
|
awards.onPlace={}
|
||||||
awards.onTick={}
|
awards.onTick={}
|
||||||
|
awards.onDeath={}
|
||||||
|
|
||||||
-- Player functions
|
-- Player functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user