git » fp-git.git » commit 2871775

removed deprecated states, tabuled my name

author rata
2004-11-01 04:23:21 UTC
committer rata
2004-11-01 04:23:21 UTC
parent 7bc176f66aacade6e6e388b3cc004f4273a87e71

removed deprecated states, tabuled my name

FP/src/conf/states/main.conf +1 -80

diff --git a/FP/src/conf/states/main.conf b/FP/src/conf/states/main.conf
index 4df64d4..6843f9c 100644
--- a/FP/src/conf/states/main.conf
+++ b/FP/src/conf/states/main.conf
@@ -22,8 +22,7 @@
 # Copyright 2004, 2003 Princed Development Team
 #  Created: 15 Oct 2004
 #
-#  Author: Enrique Calot <ecalot.cod@princed.com.ar>
-#	   Rodrigo Campos Catelin <rodrigocc@gmail.com>
+#  Author: Enrique Calot <ecalot.cod@princed.com.ar>	Rodrigo Campos Catelin <rodrigocc@gmail.com>
 #
 # Note:
 #  DO NOT remove this copyright notice
@@ -370,81 +369,3 @@ titlesjaffar:
 			relative 10
 		mark
 			jaffar
-
-
-#guards
-
-oldnormal:
-	action                     Start walking when it is near a falling
-		conditions  # Note that conditions are case sensitive!!!
-			ForwardTile            careful       #includes: empty and loose tiles
-			ForwardTileFartherThan 0
-			ForwardTileNearerThan  10
-			KeyForward             pressed
-			KeyShift               pressed
-		next
-			oldnormalNearToFall
-		animation
-			0-10
-		steps
-			absoluteForward 0
-		level
-			0
-			2
-			4
-	action                     Start walking on normal floor
-		conditions
-			ForwardTile            walkable
-			KeyForward             pressed
-			KeyShift               pressed
-		next
-			normal
-		animation
-			0-10
-		steps
-			relative 10
-
-	action                     Start running and falling
-		conditions
-			ForwardTile            empty       #includes: empty and loose tiles
-			ForwardTileFartherThan 0
-			ForwardTileNearerThan  20
-			KeyForward             pressed
-			KeyShift               notPressed
-		next
-			falling
-		animation
-			20-25
-			26 c
-			27-30
-		steps
-			absoluteForward 0
-		level
-			3
-			5
-
-	action                     Stay there
-		conditions
-			none
-		next
-			normal
-		animation
-			11 p
-		steps
-			relative 0
-
-oldnormalNearToFall:
-# preconditions: the kid is looking to a falling
-	action                     Walk to the falling
-		conditions
-			KeyForward             pressed
-		next
-			falling
-		animation
-			none
-		steps
-			absoluteForward 0
-
-
-#end
-