Skip to content

Commit

Permalink
Merge pull request #1097 from RosySaturniidae/syndiejuice
Browse files Browse the repository at this point in the history
resprite of the nukie chemvend, the syndiejuice
  • Loading branch information
TGRCdev authored Dec 26, 2024
2 parents f2deb1d + ef35fa4 commit f7ad21f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@
parent: VendingMachineChemicals
id: VendingMachineChemicalsSyndicate
name: SyndieJuice
description: Not made with freshly squeezed syndies I hope.
description: Not made with freshly squeezed syndies, I hope.
components:
- type: VendingMachine
pack: ChemVendInventorySyndicate
Expand All @@ -2228,6 +2228,15 @@
normalState: normal
denyState: deny
ejectDelay: 2
- type: Sprite # imp
sprite: _Impstation/Structures/Machines/VendingMachines/syndiejuice.rsi
layers:
- state: "off"
map: ["enum.VendingMachineVisualLayers.Base"]
- state: "off"
map: ["enum.VendingMachineVisualLayers.BaseUnshaded"]
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: AccessReader
access: [["SyndicateAgent"]]

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tg at https://github.com/tgstation/tgstation/commit/245b29599acbb6bba24f005095e7798e954fc81c, major changes by RosySaturniidae",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "broken"
},
{
"name": "deny",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "normal",
"delays": [
[
0.5,
0.5
]
]
},
{
"name": "off"
},
{
"name": "panel"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f7ad21f

Please sign in to comment.