mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
4 lines
121 B
Raku
4 lines
121 B
Raku
sub EVENT_AGGRO {
|
|
quest::emote("sounds seem to be coming from the soil in front of you.");
|
|
quest::depop_withtimer();
|
|
}
|