Skip to content

Commit

Permalink
Changes 'view objectives' verb to 'view intel objectives' verb, in li…
Browse files Browse the repository at this point in the history
…ne with 'view research objectives' (#6987)

# About the pull request

Changes the IC verb 'view objectives' to 'view intel objectives'

# Explain why it's good for the game

'View objectives' is not intuitive as to it's purpose, could be
interpreted as view personal objectives (or traitor objectives by new
players from other codebases)

This change makes it in line with the more recently added 'view research
objectives', and makes the purpose of the verb more clear.

I have not tested this, as I can't see how the text change would affect
anything else.

# Testing Photographs and Procedure

N/A

# Changelog

:cl:
qol: Changed 'View objectives' verb to 'View intel objectives'.
/:cl:
  • Loading branch information
Willzadl authored Aug 22, 2024
1 parent 3564fc7 commit 87db58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
show_browser(src, dat, "Crew Manifest", "manifest", "size=400x750")

/mob/living/carbon/human/verb/view_objective_memory()
set name = "View objectives"
set name = "View intel objectives"
set category = "IC"

if(!mind)
Expand Down

0 comments on commit 87db58a

Please sign in to comment.