diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-4/kamelot.txt | 2 | ||||
-rw-r--r-- | npc/042-11/boss.txt | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 6d4e377ef..ec049a3c8 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -55,7 +55,7 @@ function script KamelotCleanup { end; OnTouch: - // XXX STATUS: STAGING XXX + // XXX STATUS: STAGING - FINAL TESTING XXX if (!is_staff()) end; diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt index a9938b8ba..a5afe9efc 100644 --- a/npc/042-11/boss.txt +++ b/npc/042-11/boss.txt @@ -38,9 +38,6 @@ L_NoAccess: end; } -// TODO: Boss Showdown -// TODO: Spawn GMGiftBox and Treasure Chests upon end -// TODO: Arthur gives rewards to survivors and boot them out of Kamelot 042-11,0,0,0 script #KamelotBoss NPC_HIDDEN,{ end; |