Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 10f78ae

Browse filesBrowse files
authored
Makes it more obvious to malf AIs that they can disable downloads (yogstation13#13519)
* honk * Update ai.dm
1 parent 1e83e37 commit 10f78ae
Copy full SHA for 10f78ae

2 files changed

+3-2Lines changed: 3 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎code/modules/mob/living/silicon/ai/ai.dm‎

Copy file name to clipboardExpand all lines: code/modules/mob/living/silicon/ai/ai.dm
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@
968968
/mob/living/silicon/ai/proc/add_malf_picker()
969969
to_chat(src, "In the top right corner of the screen you will find the Malfunctions tab, where you can purchase various abilities, from upgraded surveillance to station ending doomsday devices.")
970970
to_chat(src, "You are also capable of hacking APCs, which grants you more points to spend on your Malfunction powers. The drawback is that a hacked APC will give you away if spotted by the crew. Hacking an APC takes 30 seconds.")
971+
to_chat(src, span_userdanger("In addition you are able to disallow downloading of your memory banks by using the 'Toggle Download' verb in the malfunction tab. This has a visual tell so do not do it without reason."))
971972

972973
view_core() //A BYOND bug requires you to be viewing your core before your verbs update
973974
add_verb_ai(list(/mob/living/silicon/ai/proc/choose_modules, /mob/living/silicon/ai/proc/toggle_download))
Collapse file

‎code/modules/mob/living/silicon/ai/decentralized_ai.dm‎

Copy file name to clipboardExpand all lines: code/modules/mob/living/silicon/ai/decentralized_ai.dm
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
return new_data_core
1313

1414
/mob/living/silicon/ai/proc/toggle_download()
15-
set category = "AI Commands"
15+
set category = "Malfunction"
1616
set name = "Toggle Download"
17-
set desc = "Allow or disallow carbon lifeforms to download you from an AI control console."
17+
set desc = "Allow or disallow carbon lifeforms downloading you from an AI control console."
1818

1919
if(incapacitated())
2020
return //won't work if dead

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.