Skip to content

Commit

Permalink
De-Squads the Spotter (#3892)
Browse files Browse the repository at this point in the history
# About the pull request

Title.

# Explain why it's good for the game

Barring the *Squad* Leader, no other job has the Squad prefix. This
fixes that.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>

Labelled spelling fix as there isn't exactly a "consistency" one.


# Changelog
:cl:
spellcheck: Goodbye Squad Spotter, hello regular non-squaded Spotter.
/:cl:
  • Loading branch information
theselfish committed Jul 18, 2023
1 parent c65248b commit 07ffdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/pamphlets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
user.hud_set_squad()

var/obj/item/card/id/ID = user.wear_id
ID.set_assignment((user.assigned_squad ? (user.assigned_squad.name + " ") : "") + "Squad Spotter")
GLOB.data_core.manifest_modify(user.real_name, WEAKREF(user), "Squad Spotter")
ID.set_assignment((user.assigned_squad ? (user.assigned_squad.name + " ") : "") + "Spotter")
GLOB.data_core.manifest_modify(user.real_name, WEAKREF(user), "Spotter")

/obj/item/pamphlet/skill/machinegunner
name = "heavy machinegunner instructional pamphlet"
Expand Down

0 comments on commit 07ffdf7

Please sign in to comment.