46c5b8ab7d
3 challenges at the same time. 2) Moved reading of grand prix challenges into unlock manager (previous location would not read the status of the challenges correctly from the user config file). 3) Fixed position requirement of 'follow the leader' challenges (winner has position 2, not 1). 4) GP which have missing tracks are now ignored (solves crash when STK is installed on top of an old installation) 5) Made the images in the race result screen non-active. 6) Made the description of challenges non-active. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2194 178a84e3-b1eb-0310-8ba1-8eac791a3b58
20 lines
506 B
Common Lisp
20 lines
506 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(challenge
|
|
(id "islandfollow")
|
|
(name _("Follow the Leader on a\nDesert Island"))
|
|
(description _("Win a Follow the Leader race\nwith 3 AI karts\non a Desert Island."))
|
|
(unlock-gp "atworldsend")
|
|
(depend-on "tothemoonandbackgp" "tollwayhead2head" "tollwaytime" "citytime")
|
|
(major "single")
|
|
(minor "followtheleader")
|
|
(track "islandtrack")
|
|
(difficulty "easy")
|
|
(laps 3)
|
|
(karts 4)
|
|
(position 2)
|
|
)
|
|
|
|
;; EOF ;;
|
|
|