Skip to content

Commit

Permalink
Updates AI buttons (yogstation13#21947)
Browse files Browse the repository at this point in the history
* ye let's update these

* man we need new light sprites

* we update malf hacking button too
  • Loading branch information
AMyriad authored and Blundir committed Jun 10, 2024
1 parent d68ffca commit 6ff9a60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/antagonists/traitor/equipment/Malf_Modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/AI_Module))
/datum/action/innate/ai/nuke_station
name = "Doomsday Device"
desc = "Activates the doomsday device. This is not reversible and you must be in your core to start the process."
button_icon_state = "doomsday_device"
button_icon = 'icons/obj/machines/nuke_terminal.dmi'
button_icon_state = "nuclearbomb_timing"
auto_use_uses = FALSE

/datum/action/innate/ai/nuke_station/Activate()
Expand Down Expand Up @@ -622,7 +623,8 @@ GLOBAL_LIST_INIT(malf_modules, subtypesof(/datum/AI_Module))
/datum/action/innate/ai/break_air_alarms
name = "Override Air Alarm Safeties"
desc = "Enables the Flood setting on all air alarms."
button_icon_state = "break_air_alarms"
button_icon = 'icons/obj/monitors.dmi'
button_icon_state = "alarmx"
uses = 1

/datum/action/innate/ai/break_air_alarms/Activate()
Expand Down
Binary file modified icons/mob/actions/actions_AI.dmi
Binary file not shown.
Binary file modified icons/mob/screen_alert.dmi
Binary file not shown.

0 comments on commit 6ff9a60

Please sign in to comment.