mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
13 lines
No EOL
336 B
Raku
13 lines
No EOL
336 B
Raku
# NPC: a_chef
|
|
#Angelox
|
|
|
|
sub EVENT_COMBAT{
|
|
quest::say("Your tongue may be just the thing to thicken up this soup. C'mere!");
|
|
}
|
|
|
|
sub EVENT_DEATH_COMPLETE{
|
|
quest::emote("'s corpse hits the floor as a rat scurries and sniffs it briefly.");
|
|
#Sould be "A rat scurries and sniffs the newly fallen corpse briefly."
|
|
}
|
|
|
|
# EOF zone: dulak |