diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-02 16:54:19 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-11-02 16:54:19 +0000 |
commit | 9c5fd8b6ef477ffdba195a971514f3230e30ef29 (patch) | |
tree | 7d088a2c88c78a99f3393ddcb883e6a116672300 /doors_chest.lua | |
parent | fdbb2415182b699786b686c59e97f8dce34d97a5 (diff) |
tidy code, add protected spawn feature
Diffstat (limited to 'doors_chest.lua')
-rw-r--r-- | doors_chest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doors_chest.lua b/doors_chest.lua index 074cf87..c7ba8de 100644 --- a/doors_chest.lua +++ b/doors_chest.lua @@ -1,7 +1,7 @@ -- Since the doors mod has changed in the latest daily builds I have taken the -- WTFPL licenced code from the old doors mod and included an edited version --- of it within this mod for local use. +-- within this mod for local use. local S = protector.intllib |