Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotGray committed Nov 27, 2024
1 parent 7361c48 commit f7bccde
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,24 @@
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: gettowork
state: work

- type: entity
parent: PosterBase
id: PosterContrabandL6
name: "LITDAKKA"
description: "The notorious L6 light machine gun. Produced by Donk Co., This monster of a weapon is capable of cutting down dozens of people in mere moments. And to think this company also makes party supplies!"
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: litdakka

- type: entity
parent: PosterBase
id: PosterLegitBananaWarning
name: "The Dangers of the Peel"
description: "A poster warning the viewer of the dangers of discarded banana peels. Injuries can include, but are limited to, blunt force trauma to the head, skull fractures, and broken bones."
components:
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi
state: dangernana
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 @@ -20,7 +20,14 @@
"name": "posterworksyndicate"
},
{
"name": "gettowork"
}
"name": "work"
},
{
"name": "litdakka"
},
{
"name": "dangernana"
}

]
}

0 comments on commit f7bccde

Please sign in to comment.