Skip to content

Commit

Permalink
Command Tablets for Provost Marshals (#6153)
Browse files Browse the repository at this point in the history
# About the pull request

Adds Command Tablets for Provost Marshals+

# Explain why it's good for the game

Generals already get Command Tablets but Provost Marshals do not.

Also Provost Marshals are required by Marine Law to announce their
Battlefield Executions, the only piece of Marine Law that Marshals have
to strictly follow.

# 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>


# Changelog

:cl: LTNTS
add: Adds Command Tablets to Provost Marshal+
/:cl:
  • Loading branch information
ItsVyzo authored Apr 20, 2024
1 parent 76ac6e8 commit 6d7aca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/gear_presets/uscm_event.dm
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
new_human.equip_to_slot_or_del(new /obj/item/device/taperecorder(new_human), WEAR_L_STORE)
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/pistol/pmc_mateba(new_human), WEAR_R_STORE)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/MP/provost/marshal(new_human.back), WEAR_IN_BACK)
new_human.equip_to_slot_or_del(new /obj/item/device/cotablet(new_human.back), WEAR_IN_BACK)

/datum/equipment_preset/uscm_event/provost/marshal/sector
name = "Provost Sector Marshal (MO7)"
Expand Down

0 comments on commit 6d7aca6

Please sign in to comment.