-
Notifications
You must be signed in to change notification settings - Fork 3
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
Ports Parkstation Arborum #68
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
RSI Diff Bot; head commit 7104f9f merging into a9cf0fc Resources/Textures/SimpleStation14/Objects/Consumable/Drinks/jug.rsi
Resources/Textures/SimpleStation14/Objects/Devices/pinpointer.rsi
Resources/Textures/SimpleStation14/Objects/Misc/books.rsi
Resources/Textures/SimpleStation14/Objects/Weapons/Guns/Pistols/k12mini.rsi
Resources/Textures/SimpleStation14/Objects/Weapons/Guns/Pistols/pv3mini.rsi
Resources/Textures/SimpleStation14/Objects/Weapons/Guns/Projectiles/projectiles.rsi
Resources/Textures/SimpleStation14/Objects/Weapons/Guns/SMGs/k12compact.rsi
Resources/Textures/SimpleStation14/Objects/Weapons/Guns/SMGs/pv3compact.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/atmospherics.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/command.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/engineering.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/medical.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/salvage.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/science.rsi
Resources/Textures/SimpleStation14/Structures/Doors/Airlocks/External/security.rsi
Resources/Textures/SimpleStation14/Structures/Wallmounts/paintings.rsi
Resources/Textures/SimpleStation14/Structures/Wallmounts/posters.rsi
|
## Mirror of PR #989: [Adds Lunchboxes to Lockers](DeltaV-Station/Delta-v#989) from <img src="https://avatars.githubusercontent.com/u/131613340?v=4" alt="DeltaV-Station" width="22"/> [DeltaV-Station](https://github.com/DeltaV-Station)/[Delta-v](https://github.com/DeltaV-Station/Delta-v) <aside>PR opened by <img src="https://avatars.githubusercontent.com/u/142105406?v=4" width="16"/><a href="https://github.com/DangerRevolution"> DangerRevolution</a> at 2024-03-21 17:52:42 UTC</aside> <aside>PR merged by <img src="https://avatars.githubusercontent.com/u/142105406?v=4" width="16"/><a href="https://github.com/DangerRevolution"> DangerRevolution</a> at 2024-03-21 18:46:44 UTC</aside> <sup> `d07fa88e1dfba6107602c9cf0d58733ed6074274` </sup> --- PR changed 0 files with 0 additions and 0 deletions. The PR had the following labels: - Changes: YML --- <details open="true"><summary><h1>Original Body</h1></summary> > ## About the PR > > Title. > > **Changelog** > :cl: DangerRevolution > - add: Added lunchboxes to various staff lockers > </details> Co-authored-by: Danger Revolution! <[email protected]>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
- type: entity | ||
name: anomaly tracker | ||
id: PinpointerAnomaly | ||
parent: PinpointerBase | ||
components: | ||
- type: Pinpointer | ||
component: Anomaly | ||
mediumDistance: 24 | ||
closeDistance: 12 | ||
reachedDistance: 5 | ||
precision: 0.2 | ||
- type: Sprite | ||
sprite: SimpleStation14/Objects/Devices/pinpointer.rsi | ||
layers: | ||
- state: pinpointer_anomaly | ||
map: ["enum.PinpointerLayers.Base"] | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] |
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.
There is an anomaly tracker now with a cool sprite, but I don't think it tells you where it is, just beeps faster and faster when near.
description: Standard issue Nanotrasen laser SMG. Pew! Pew pew! Now we're talkin' scifi! | ||
components: | ||
- type: Item | ||
size: 28 |
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.
Needs a new size and/or shape
@@ -1,7 +1,7 @@ | |||
{ | |||
"version": 1, | |||
"license": "CC-BY-SA-3.0", | |||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", | |||
"copyright": "Modified by Pspritechologist from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", |
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.
I don't think you did in this PR
0ee0a46
to
44c55c2
Compare
… Entities. Some small touched required are left below. The map file is a mess due to my manual de-fucking of it. Brig access doesn't seem to work Wires in hall needs to be moved Paper in Sec needs to be stamped Map needs to be resaved
2b92d9f
to
c1817d5
Compare
Media later maybe.