-
Notifications
You must be signed in to change notification settings - Fork 369
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
new pens for various departments #2735
base: master
Are you sure you want to change the base?
Conversation
RSI Diff Bot; head commit d627eba merging into cac28c6 Resources/Textures/_DV/Objects/Misc/pens.rsi
|
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.
Key points:
- Minor issues with the comments.
- Create a new
pen.yml
in it's respective folder in the_DV
namespace creating the pens you made there. - Create a new
pens.rsi
in it's respective folder in the_DV
namespace, creating a new meta.json and adding the files you created there. - Minor convention issues on the pens.
- type: Tending # Shitmed | ||
speed: 0.55 | ||
- type: SurgeryTool # Shitmed | ||
startSound: | ||
path: /Audio/_Shitmed/Medical/Surgery/retractor1.ogg | ||
endSound: | ||
path: /Audio/_Shitmed/Medical/Surgery/hemostat1.ogg |
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.
Restore this or explain why do you plan on removing this.
If you are trying to remove it you need to comment it out instead of deleting it,
ah- this code was made pre-shitmed and i ported old pen code back in, sorry about that lmao. i'll start working on fixing these. thanks for the review! |
No worries, i was just confused why it was nuked |
should be better now. do let me know if i've missed anything. thank you! |
whitelist: | ||
tags: | ||
- Write | ||
#end delta v content |
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.
Forgor to change to # End DeltaV changes
@@ -125,4 +125,4 @@ | |||
description: A luxurious fountain pen for the hop of the station. | |||
components: | |||
- type: Sprite | |||
state: pen_hop | |||
state: pen_hop |
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.
Add a end of file newline
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 JSON should be indented with 4 spaces instead of two.
Also you're missing an End of File newline.
forgot to untouch the json code. i'll do that when i get home 🤪 |
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.
JSON needs to be indented with four spaces. For an example check out the foam sabre meta.json
#new delta v content | ||
penSlot: | ||
startingItem: PenPsych | ||
priority: -1 | ||
whitelist: | ||
tags: | ||
- Write | ||
#end delta v content |
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 comments should be on the same indentation and should be formatted as such:
# Begin DeltaV changes
blah
blah
# End DeltaV changes
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
check out these cool and marketable pens! collect them all! sprites by kushbreth
About the PR
New pens have been added for:
Captain, HoP, HoS, Mystagogue, Logistics Officer, Chief Medical Officer, Chief Justice, Warden, and Psychologist.
Why / Balance
adds variety to standardized pens. fun little "rare" item. maybe someday they can be thief objectives but today is not that day.
Technical details
yaml changes.
Media
Requirements
Breaking changes
Changelog
🆑