mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
12 lines
No EOL
192 B
Raku
12 lines
No EOL
192 B
Raku
# NPC: Tutorial rats
|
|
# Angelox
|
|
|
|
sub EVENT_COMBAT{
|
|
quest::emote("races forward to attack.");
|
|
}
|
|
|
|
sub EVENT_DEATH_COMPLETE{
|
|
quest::emote("'s corpse stops moving");
|
|
}
|
|
|
|
# EOF zone: Tutorialb |