|
Crossfire Server, Trunk
1.75.0
|
Go to the source code of this file.
Namespaces | |
| combat_chicken | |
Functions | |
| def | combat_chicken.find_food (chicken, x, y) |
| def | combat_chicken.has_floor (x, y, name) |
| def | combat_chicken.move_chicken () |
Variables | |
| dictionary | combat_chicken.eat = { 'orc\'s livers' : 5, 'orc\'s hearts' : 6, 'goblin\'s livers' : 1, 'goblin\'s hearts' : 2 } |
| string | combat_chicken.key_attacked = 'chicken_attacked' |
| string | combat_chicken.key_food = 'chicken_food' |
| string | combat_chicken.key_target = 'chicken_target' |
| string | combat_chicken.stay_on_floor = 'small_stones' |