From e0ea98f012bc8f440f4dadf8f601956406584a4c Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 1 Mar 2014 20:07:28 -0800 Subject: [PATCH] Updated Lua Constants (markdown) --- Lua-Constants.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-Constants.md b/Lua-Constants.md index 1a51c24..9b73e0c 100644 --- a/Lua-Constants.md +++ b/Lua-Constants.md @@ -87,6 +87,8 @@ Event Integer augment_remove; Integer enter_area; Integer leave_area; + Integer death_complete; + Integer unhandled_opcode; } ```