JezuzLizard f38c34ce3a Revert "Remove unneeded files, and cleanup zone source."
This reverts commit 253dafb12ca10754379ab9d790eacea2f62985ef.
2024-02-26 18:38:02 -08:00

26 lines
283 B
Common Lisp

idle : notify idle_anim
{
pb_stand_alert
}
idle_crouch : notify idle_anim
{
pb_crouch_alert
}
zm_death : notify death_anim
{
pb_stand_alert
}
zm_move_walk : notify move_anim
{
pb_laststand_idle
}
laststand : notify death_anim
{
pb_laststand_idle
}