laser gun (#1987)

(an instance of generic thing made by Eclipse)



Go to location of this object, Dr. Sass.



VERB SOURCE CODE:

destroy_tattoo:
if (((o = args[1]).location == this) && (parent(o) == this.generic_tattoo))
    $recycler:_recycle(o);
else
    return E_PERM;
endif
.


acceptable:
return parent(args[1]) == this.generic_tattoo;
.



PROPERTY DATA:
      generic_tattoo