Skip to content

Commit

Permalink
Adds Extra Adv Med Optics To Medical + Optic Addition To Prep Vendor (#…
Browse files Browse the repository at this point in the history
…5290)

# About the pull request

Squad Prep vendors can now vend a small set of advance medical optics.
They can also vend a larger amount of standard squad optics.

A small amount of adv med optics have been placed in the Medical storage
room in medbay, for doctors.

# Explain why it's good for the game

This opens up customization options for several roles such as the
Corpsman, allowing the user to swap their medical helmet for a
non-standard issue one. This also allows Doctors to use Marine helmets
and insert a medical visor, freeing their eye slot for other cosmetic
items.

The visors themselves can only be used by people with the appropriate
training, ergo there is no risk of this being a balance issue of
non-corpsman/SO's stealing these items.

The ability to vend squad optic visors, while very niche and more an
aesthetic change, does open up the option for non-USCM forces, such as
survivors or friendly ERTs, to gain access to USCM squad vision if they
gain access to the visor. .

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

![Screenshot 2023-12-27 12 31
52](https://github.com/cmss13-devs/cmss13/assets/6595389/568736fd-07f7-486e-a4ef-f8c2a8b52b6c)
I changed the 'VISOR' to 'OPTICS'

</details>


# Changelog
:cl:
balance: Squad Prep Vendors can now vend a small set of advance medical
optics (corpsman only) and squad optics.
mapping: A small amount of advance medical optics have been placed into
the medical storage room.
/:cl:

---------

Co-authored-by: Steelpoint <[email protected]>
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
3 people committed Jan 11, 2024
1 parent 42b44ad commit 54e996a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@
list("Falling Falcons Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch/falcon, VENDOR_ITEM_REGULAR),
list("USCM Shoulder Patch", round(scale * 15), /obj/item/clothing/accessory/patch, VENDOR_ITEM_REGULAR),
list("Bedroll", round(scale * 20), /obj/item/roller/bedroll, VENDOR_ITEM_REGULAR),

list("OPTICS", -1, null, null, null),
list("Advanced Medical Optic (CORPSMAN ONLY)", round(scale * 4), /obj/item/device/helmet_visor/medical/advanced, VENDOR_ITEM_REGULAR),
list("Squad Optic", round(scale * 15), /obj/item/device/helmet_visor, VENDOR_ITEM_REGULAR),

)

//--------------SQUAD SPECIFIC VERSIONS--------------
Expand Down
4 changes: 4 additions & 0 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -34661,6 +34661,10 @@
phone_id = "Medical Lower";
pixel_x = 16
},
/obj/item/device/helmet_visor/medical/advanced,
/obj/item/device/helmet_visor/medical/advanced,
/obj/item/device/helmet_visor/medical/advanced,
/obj/item/device/helmet_visor/medical/advanced,
/turf/open/floor/almayer{
icon_state = "sterile_green"
},
Expand Down

0 comments on commit 54e996a

Please sign in to comment.