Skip to content

Commit 5cac237

Browse files
committed
CAVEEXPRESS: fixed npc count for taxi04 map
see issue #117 it's hard to finish the map with the rising water for 3 npcs
1 parent da52069 commit 5cac237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/caveexpress/maps/taxi-04.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function initMap()
161161
map:setSetting("flyingnpc", "true")
162162
map:setSetting("gravity", "9.81")
163163
map:setSetting("npcs", "3")
164-
map:setSetting("npctransfercount", "3")
164+
map:setSetting("npctransfercount", "2")
165165
map:setSetting("packages", "0")
166166
map:setSetting("packagetransfercount", "0")
167167
map:setSetting("points", "100")

0 commit comments

Comments
 (0)