Fixes to AI malfunction and electrical storms.

- AI malfunction will now be announced, even before it starts the takeover. After 5 minutes by default, after 25 minutes if it buys the interhack module.
- Reduced blackout uses to 1.
This commit is contained in:
cib
2012-01-05 20:25:20 -08:00
parent 9e035424da
commit bf62258c0a
4 changed files with 17 additions and 11 deletions
+2 -3
View File
@@ -1895,10 +1895,9 @@
id = H.wear_id
if(!id)
usr << "Player has wear_id, but no id exists."
usr << "<font color=red>ERROR:</font> Inform the coders that an [H.name] had wear_id but no ID on their ID slot."
dat += "<td><font color=red>ERROR</font></td>"
if(isnull(id.assignment))
else if(isnull(id.assignment))
usr << "<font color=red>ERROR:</font> Inform the coders that an [id.name] was checked for its assignment variable."
dat += "<td><font color=red>ERROR</font></td>"
else