From af8628298151430e543574fef53377ff04a76531 Mon Sep 17 00:00:00 2001 From: partmedia Date: Sat, 17 Aug 2019 05:55:19 +0000 Subject: [PATCH] Charge money for driven wagon This serves a secondary purpose, which is to prevent the TIME event from firing unnecessarily until the wagon is purchased. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20963 282e977c-c81d-0410-88c4-b93c2d0d6712 --- world/world_105_115 | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/world/world_105_115 b/world/world_105_115 index f134ed25c..b31fb6cd0 100644 --- a/world/world_105_115 +++ b/world/world_105_115 @@ -11782,6 +11782,17 @@ x 29 y 39 elevation 602 end +arch altar +name 100 platinum for a driven wagon +slaying money +msg +A wagon rolls out! Climb in and say a direction to travel, like 'east'. Say 'stop' to stop. +endmsg +food 5000 +x 29 +y 39 +connected 1 +end arch brush x 29 y 40 @@ -12051,10 +12062,13 @@ arch cobblestones2 x 30 y 37 end -arch wagon -name wagon +arch creator x 30 y 37 +connected 1 +lifesave 1 +arch wagon +name wagon speed 3.0 type 2 container 5000000 @@ -12070,6 +12084,7 @@ title Python slaying /python/items/roll-o-matic.py end end +end arch cobblestones2 x 30 y 38