Examine() update.

This commit is contained in:
Segrain
2013-06-28 03:33:06 +03:00
parent d28d90c1f0
commit 4bcae3a06b
2 changed files with 9 additions and 1 deletions

View File

@@ -214,7 +214,7 @@ its easier to just keep the beam vertical.
/atom/verb/examine()
set name = "Examine"
set category = "IC"
set src in oview(12) //make it work from farther away
set src in view(usr.client) //If it can be seen, it can be examined.
if (!( usr ))
return

View File

@@ -57,6 +57,14 @@ Stuff which is in development and not yet visible to players or just code relate
(ie. code improvements for expandability, etc.) should not be listed here. They
should be listed in the changelog upon commit though. Thanks. -->
<div class="commit sansserif">
<h2 class="date">28.06.2013</h2>
<h3 class="author">Segrain updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">AIs are now able to examine what they see.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">26.06.2013</h2>
<h3 class="author">Segrain updated:</h3>