diff options
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1c54f91e5..e08d9fee4 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -167,6 +167,9 @@ OnBegin: // Throw some random stuff on the whole map. HUBscatter(rand(AquadaBox, WoodenLog)); + // Free player, let's start! + delcells "qhubN"; + delcells "qhubS"; setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_MOVE|PCBLOCK_COMMANDS, false); specialeffect(60); specialeffect(11); |