Find
You are looking at a battle horn
A horn of indistinguishable age used countless times to awake the outpost defenders and rally them for engagement. The resonance from many lips have resounded through it.
Created by
mahz
, last updated 17 Apr 2008
Code
if target of blow then klunkit;
##tickloc:runsub whattodo;
##whattodo:runsub klunkit/30 or moodit/15;
##klunkit:
print "From atop the outpost, a ghostly, deep sound from the [$actor] reverberates through the stagnant air";
##moodit:
$what = (a dark crow,a moth,a rat);
$does = (perches,sits motionless,poises);
$where = (on a buried skeleton,on an old sword on the ground,atop the battle standard,inside the battle horn);
print "$what $does $where";