Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
d8b660461b4f7711f44b4cb91606c66f05a8f16a
/
.
/
obj
/
tools
/
xtool.c
blob: ebfb520848bc7bed967ce5927f0bb3d35ec74e8f [
file
] [
log
] [
blame
]
void
create
()
{
if
(
member
(
object_name
(
this_object
()),
'#'
)==-
1
)
return
;
clone_object
(
"/obj/tools/MGtool"
)->
move
(
this_object
());
call_out
(#
'
destruct
,
0
,
this_object
());
}