Find
You are looking at a Mimic
Created by
Atheistx
, last updated 31 Jan 2015
Code
if target of push then mimicpush;
if target of use then mimicuse;
##mimicpush:
print "[$actor] pushes [$init_obj] with equal force.";
##mimicuse:
print "[$actor] feels used, and uses [$init_obj] right back!";