diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index a5f9c6079..9cc17ac6e 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -12,7 +12,7 @@ var/removeDontImproveChance = 10 //chance the randomly created law replaces a random law instead of simply being added var/shuffleLawsChance = 10 //chance the AI's laws are shuffled afterwards var/botEmagChance = 10 - var/announceEvent = ION_RANDOM // -1 means don't announce, 0 means have it randomly announce, 1 means it is announced + var/announceEvent = 1 // -1 means don't announce, 0 means have it randomly announce, 1 means it is announced var/ionMessage = null var/ionAnnounceChance = 33 announceWhen = 1 diff --git a/icons/obj/ammo.dmi b/icons/obj/ammo.dmi index 64e0ce04c..b47a5bbf0 100644 Binary files a/icons/obj/ammo.dmi and b/icons/obj/ammo.dmi differ diff --git a/tgui/packages/tgui/interfaces/Apc.js b/tgui/packages/tgui/interfaces/Apc.js index bbc486e08..9473fd8ff 100644 --- a/tgui/packages/tgui/interfaces/Apc.js +++ b/tgui/packages/tgui/interfaces/Apc.js @@ -56,19 +56,23 @@ export const Apc = (props, context) => { if (data.failTime > 0) { return ( - -

SYSTEM FAILURE

- - I/O regulators malfunction detected! - Waiting for system reboot... - -
- Automatic reboot in {data.failTime} seconds... -