mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Examine() update.
This commit is contained in:
@@ -214,7 +214,7 @@ its easier to just keep the beam vertical.
|
|||||||
/atom/verb/examine()
|
/atom/verb/examine()
|
||||||
set name = "Examine"
|
set name = "Examine"
|
||||||
set category = "IC"
|
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 ))
|
if (!( usr ))
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -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
|
(ie. code improvements for expandability, etc.) should not be listed here. They
|
||||||
should be listed in the changelog upon commit though. Thanks. -->
|
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">
|
<div class="commit sansserif">
|
||||||
<h2 class="date">26.06.2013</h2>
|
<h2 class="date">26.06.2013</h2>
|
||||||
<h3 class="author">Segrain updated:</h3>
|
<h3 class="author">Segrain updated:</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user