Skip to content

Commit

Permalink
Rebase epistemics signs (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
2 people authored and nearlyNonexistent committed Apr 14, 2024
1 parent 3e5218c commit 2c2937d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -735,29 +735,31 @@
- type: entity
parent: BaseSign
id: SignScience
name: science sign
description: A sign indicating the science area.
name: epistemics sign # DeltaV - Epistemics Department replacing Science
description: A sign indicating the epistemics area. # DeltaV - Epistemics Department replacing Science
components:
- type: Sprite
state: sci

- type: entity
parent: BaseSign
id: SignScience1
name: science sign
description: A sign indicating the science area.
name: epistemics sign # DeltaV - Epistemics Department replacing Science
description: A sign indicating the epistemics area. # DeltaV - Epistemics Department replacing Science
components:
- type: Sprite
state: science1
sprite: Nyanotrasen/Structures/Wallmounts/signs.rsi # Nyanotrasen - Signs read "Epi" instead of "Sci"
state: epi1

- type: entity
parent: BaseSign
id: SignScience2
name: science sign
description: A sign indicating the science area.
name: epistemics sign
description: A sign indicating the epistemics area.
components:
- type: Sprite
state: science2
sprite: Nyanotrasen/Structures/Wallmounts/signs.rsi # Nyanotrasen - Signs read "Epi" instead of "Sci"
state: epi2

- type: entity
parent: BaseSign
Expand Down
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
Expand Up @@ -21,6 +21,12 @@
{
"name": "pods",
"directions": 4
},
{
"name": "epi1"
},
{
"name": "epi2"
}
]
}
}

0 comments on commit 2c2937d

Please sign in to comment.