Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes doctoring instruments of medicine fit on labcoat #10299

Merged
merged 1 commit into from
May 28, 2022
Merged

Makes doctoring instruments of medicine fit on labcoat #10299

merged 1 commit into from
May 28, 2022

Conversation

Sirsnek15
Copy link
Contributor

@Sirsnek15 Sirsnek15 commented May 27, 2022

Put medical stuff on your labcoat! (most importantly, a med scanner for quick equipping)

About The Pull Request

I used to always gun for the labcoat as a doctor, either by asking CMO for one out of their locker (if they weren't anywhere else on the ship map) or by ACCIDENTALLY stumbling into their window with a machete, repeatedly, then ACCIDENTALLY hitting their locker until it disappeared (if they weren't anywhere else on the ship map). Why? because DRIP! no not really, its because the only equipment storage items that have quick equip are pouches, belts, back storage, and the place where you put your gun when playing marine. Surgical aprons didn't allow you to put medscanner on your quick equip suit slot, but labcoats did.

And they don't anymore. Why? well, they got updated to have 5 slot medical-storage-module internal storage instead of unique 2 slot labcoat internal storage. I guess whoever did that thought it'd be more balanced or whatever to get rid of the quick equip suit thing due to improved internal storage. Or it was a mistake. Either way, I redid it. (by the way one extra slot shouldn't murder balance, especially since this is for an outfit for a non-combat job)
This is what the allowed item list for outer suit storage looks like now:
allowed = list(
/obj/item/stack/medical,
/obj/item/reagent_containers/dropper,
/obj/item/reagent_containers/hypospray,
/obj/item/reagent_containers/syringe,
/obj/item/healthanalyzer,
/obj/item/flashlight,
/obj/item/radio,
/obj/item/tank/emergency_oxygen, (every suit can equip o2, so this is to keep it in-line with everything else)
)

Why It's Good For The Game

TOO LONG DON'T WANT TO READ: Makes it easier to sort out doctoring equipment for people like me who are used to having something really really important on their suit which is instantly accessible by pressing E.

Medical storage belts and medkit pouches have incredibly important stuff in them, meaning that if you put a medscanner in the 'last' slot for quick equip, it will very quickly get replaced by a half-used autoinjector, defibrillator, roller bed, or heal pack. Adding in the ability to put something like a health analyzer or hypospray onto the suit quickdraw, separate from everything else, allows a reliable quick draw of your favorite doctoring item.

Changelog

🆑
qol: Adds suit outer storage back to labcoats
/:cl:

Put medical stuff on your labcoat! (most importantly, a med scanner for quick equipping)
@tgstation-server tgstation-server added the Quality of Life Minor changes that make the game nicer to play label May 27, 2022
@Arctrooper8
Copy link
Contributor

Very nice, my apologies for breaking the lab coat suit storage.

@Sirsnek15
Copy link
Contributor Author

Very nice, my apologies for breaking the lab coat suit storage.

LOL so it was by accident!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Quality of Life Minor changes that make the game nicer to play
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants