Skip to content

Commit

Permalink
aaaaaaaaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Sep 25, 2024
1 parent f418157 commit 5d667da
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 @@ -169,7 +169,7 @@
GLOB.data_core.manifest_modify(user.real_name, WEAKREF(user), "Rifleman")

/obj/item/pamphlet/skill/specialization/comtech
name = "Com-Tech HUD-Chip"
name = "Combat Technician HUD-Chip"
desc = "An insertable chip for the Personal Data Transmitter of a marine, adjusting their displayed HUD icon and role within the platoon. This one has highlights of engineering colors."
icon_state = "hudchip_engi"

Expand Down Expand Up @@ -211,7 +211,7 @@
GLOB.data_core.manifest_modify(user.real_name, WEAKREF(user), "Ammo Bearer")

/obj/item/pamphlet/skill/specialization/sharpshooter
name = "Sharpshooter HUD-Chip"
name = "Designated Marksman HUD-Chip"
desc = "An insertable chip for the Personal Data Transmitter of a marine, adjusting their displayed HUD icon and role within the platoon. This one has color highlights reminiscent of firing-range mats."
icon_state = "hudchip_sharpshooter"

Expand Down

0 comments on commit 5d667da

Please sign in to comment.