5 lines
90 B
Text
5 lines
90 B
Text
# If dead, cannot attack
|
|
|
|
animalState:RAM_AnimalState {
|
|
RAM_dead = `get_value(this)`;
|
|
}
|