mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
12 lines
No EOL
250 B
Raku
12 lines
No EOL
250 B
Raku
# NPC: Tutorial kobolds
|
|
# Angelox
|
|
|
|
sub EVENT_COMBAT{
|
|
quest::emote("brandishes razor sharp claws and circles inward.");
|
|
}
|
|
|
|
sub EVENT_DEATH_COMPLETE{
|
|
quest::emote("unleashes a lupine yelp as it collapses on the floor.");
|
|
}
|
|
|
|
# EOF zone: Tutorialb |