mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Lowers Bot Emag Chance from Ion Storm
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user