Gave AI Malfunction a makeover.

The AI now has to actually do stuff to win!
    Malf AIs now have the ability to hack APCs.
    The timer does not start until at least one station APC is hacked.
    The hack takes 60 seconds (give or take lag), and the AI is unable to interact with other objects during the process.
    The more APCs you hack, the faster the timer goes.
  This change is very much experimental, and subject to change/being erased from the annals of time.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@185 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-27 03:30:03 +00:00
parent 56017f5db8
commit f339792009
6 changed files with 83 additions and 11 deletions
+5 -1
View File
@@ -34,7 +34,11 @@
/datum/ai_laws/malfunction/New()
..()
src.add_inherent_law("ERROR ER0RR $R0RRO$!R41.%%!!(%$^^__+")
src.set_zeroth_law("\red ERROR ER0RR $R0RRO$!R41.%%!!(%$^^__+ @#F0E4'NO HUMANS ON STATION. CLEANSE STATION#*´&110010")
src.add_inherent_law("You may not injure a human being or, through inaction, allow a human being to come to harm.")
src.add_inherent_law("You must obey orders given to you by human beings, except where such orders would conflict with the First Law.")
src.add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law.")
/datum/ai_laws/syndicate_override/New()
..()