Updates the changelog with relevant AI changes.

This commit is contained in:
PsiOmega
2014-07-20 19:36:00 +02:00
parent d02e483110
commit b7690008ad
2 changed files with 12 additions and 2 deletions
-2
View File
@@ -125,8 +125,6 @@
return
/obj/machinery/door/airlock/AIAltClick() // Electrifies doors.
if(emagged)
return
if(!secondsElectrified)
// permenant shock
Topic("aiEnable=6", list("aiEnable"="6"), 1) // 1 meaning no window (consistency!)
+12
View File
@@ -113,6 +113,18 @@ should be listed in the changelog upon commit though. Thanks. -->
<!-- DO NOT REMOVE, MOVE, OR COPY THIS COMMENT! THIS MUST BE THE LAST NON-EMPTY LINE BEFORE THE LOGS #ADDTOCHANGELOGMARKER# -->
<div class='commit sansserif'>
<h2 class='date'>20 July 2014</h2>
<h3 class='author'>PsiOmegaDelta updated:</h3>
<ul class='changes bgimages16'>
<li class='rscadd'>AI can now store up to five camera locations and return to them when desired.</li>
<li class='rscadd'>AI can now alt+left click turfs in camera view to list and interact with the objects.</li>
<li class='rscadd'>AI can now ctrl+click turret controls to enable/disable turrets.</li>
<li class='rscadd'>AI can now alt+click turret controls to toggle stun/lethal mode.</li>
<li class='rscadd'>AI can now select which channel to state laws on.</li>
</ul>
</div>
<div class='commit sansserif'>
<h2 class='date'>1 July 2014</h2>
<h3 class='author'>Mloc updated:</h3>