-
Notifications
You must be signed in to change notification settings - Fork 322
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
Brig physician voucher #5949
Brig physician voucher #5949
Conversation
…ed/Monkestation2.0 into brig-physician-voucher
…ed/Monkestation2.0 into brig-physician-voucher
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 file should probably go under monkestation/
, since it doesn't exist on tgstation. You can place it at monkestation/code/modules/security/officermonitor.dm
, if it helps.
code/modules/vending/security.dm
Outdated
@@ -82,6 +82,10 @@ | |||
name = "security assistant voucher" | |||
icon_state = "security_voucher_assistant" | |||
|
|||
/obj/item/security_voucher/brig_physician | |||
name = "security brig physician voucher" | |||
icon_state = "security_voucher_brig_phyisician" |
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.
The icon state name has a typo - currently physician
is typo'd as phyisician
.
I would put a suggestion block in this comment, but it requires modifying the DMI too.
About The Pull Request
Secass got them, officers got them, why not brig physicians ?
-> A voucher for some pax pills
-> Hardlight bodybags that you can lock
->An officer only monitor (Made by Faustbyte)
-> A crew pinpointer
Why It's Good For The Game
Diversity in the way of playing the game with them new things.
Changelog
🆑
add: Added a voucher to the brig physician with 4 different sets and an officer only monitor (Made by Faustbyte)
/:cl: