-
Notifications
You must be signed in to change notification settings - Fork 566
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
Adds Professor DUMMY to the CMO office, accessible by the CMO and the SEA #5874
Adds Professor DUMMY to the CMO office, accessible by the CMO and the SEA #5874
Conversation
maybe just make it uninteractable on hijack? |
Dusting might be a bit jarring, but having a human-looking mob nobody can interact with would be more disruptive, I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to instead be in the SEA vendor where its unhackable and otherwise then falls under the responsibility of the SEA that lent it to someone to use to put it away.
If you also want CMOs to access it, then they'd need a similar situation where only they (or a SEA) can vend it.
As of now, its the responsibility of the admin that spawned it to ensure it doesn't get misused.
Implemented changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mapping lgtm
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
code/game/objects/structures/crates_lockers/closets/secure/medical.dm
Outdated
Show resolved
Hide resolved
Feel free to undraft (Ready for review button near the bottom) when you're happy with it. |
# About the pull request Followup to #5874. # Explain why it's good for the game `human/dummy` is designed to be noninteractive. It has godmode (not that godmode does much), it is not processed (thus no bleeding, no medicaments etc), it is not even added to medical HUD. Medical training dummy should not be a subtype of it. Also shuffled some code around so that, for example, somebody using a dummy in thunderdome does not suddenly lose it on hijack. # Changelog :cl: fix: Professor Dummy in CMO's office now works properly. /:cl:
About the pull request
Adds a new wall cabinet to the CMO's office called the "professor dummy cabinet". It contains Professor DUMMY and its tablet: it is a tool for new nurses(!!) and doctors to learn medical treatment, including surgery.
The locker can only be opened by the CMO or the SEA (not even the CO can open it). It cannot be flashbanged, melted, or slashed.
There is a hefty warning for everyone when the dummy falls out, in case someone destroys the closet in a creative way:
The dummy and its tablet dust upon hijack impact, to avoid either side having a godmoded mob.
Explain why it's good for the game
It is a tool for new medical personnel to practice on. It can also ease boredom if the round is going too smoothly for marines.
Testing Photographs and Procedure
Setting up the tablet and hijacking. (The dummy no longer spawns in the Morgue but in the CMO office).
Screenshots & Videos
dreamseeker_AOKzqZswZy.mp4
Changelog
🆑
add: Added a professor dummy cabinet to the CMO office, containing Professor DUMMY and its control tablet. It is a tool to teach new medical personnel with. The cabinet is accessible by the CMO and the SEA only.
/:cl: