Skip to content

Command alerts datums, new malf AI module

Rob Nelson requested to merge pull/11146/fake_till_u_make into Bleeding-Edge

Created by: unid15

  • Introduced command alert datums. Pass them to the command_alert proc like so:

command_alert(/datum/command_alert/carp_alert) or like so: command_alert(new /datum/command_alert/carp_alert)

You can still use the command_alert proc the old way, like so: command_alert("Bad things are happening", "Bad Thing Detector", 1, 'sound/AI/loss.ogg')

  • Replaced "Interhack" malf AI module (which did nothing) with a new module: "Fake Centcom Announcement". It lets you fake any command alert up to three times! The price remains the same: 15.

Merge request reports