Shotgun (#1244)

(an instance of generic thing made by Johnathon)

     A mean looking, bullpup shotgun with a short barrel and drum magazine...

Go to location of this object, Johnathon.



VERB SOURCE CODE:

shoot:
dobj = player.location:match_object(dobjstr);
if (!$command_utils:object_match_failed(dobj, dobjstr))
    if (is_player(dobj))
        #1386:moveto(dobj);
        player:tell(this:shoot_msg());
        player.location:announce(this:oshoot_msg());
    endif
endif
.


shoot_msg oshoot_msg:
return $string_utils:pronoun_sub(this.(verb));
.



PROPERTY DATA:
      shoot_msg
      oshoot_msg