Lowers Bot Emag Chance from Ion Storm

This commit is contained in:
Atermonera
2019-08-06 10:56:51 -08:00
committed by VirgoBot
parent b8023b27a0
commit e0d157294e
2 changed files with 42 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
//This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:04
/datum/event/ionstorm
<<<<<<< HEAD
var/botEmagChance = 0 //VOREStation Edit
=======
var/botEmagChance = 0.05
>>>>>>> 543ecb4... Merge pull request #6378 from Nalarac/IonStormBots
var/list/players = list()
/datum/event/ionstorm/announce()
@@ -14,8 +18,8 @@
for (var/mob/living/silicon/ai/target in silicon_mob_list)
var/law = target.generate_ion_law()
target << "<font color='red'><b>You have detected a change in your laws information:</b></font>"
target << law
to_chat(target, "<font color='red'><b>You have detected a change in your laws information:</b></font>")
to_chat(target, law)
target.add_ion_law(law)
target.show_laws()
/* //VOREstation edit. Was fucking up all PDA messagess.