Skip to content

Commit

Permalink
Adds a random spawner for laws (#2633)
Browse files Browse the repository at this point in the history
* Adds a random spawner for laws

* lawsuit evasion

* rekajigger

* indent

Signed-off-by: deltanedas <[email protected]>

---------

Signed-off-by: deltanedas <[email protected]>
Co-authored-by: Velcroboy <[email protected]>
Co-authored-by: deltanedas <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2025
1 parent bd3dab2 commit 3270d4d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Resources/Prototypes/_DV/Entities/Markers/Spawners/Random/laws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- type: entity
parent: MarkerBase
id: LawSpawner
name: Law Board Random Spawner
placement:
mode: PlaceFree
components:
- type: Transform
anchored: false
- type: Sprite
sprite: Objects/Misc/module.rsi
layers:
- state: std_mod
- type: RandomSpawner
offset: 0
prototypes:
- AsimovCircuitBoard
- CorporateCircuitBoard
- NTDefaultCircuitBoard
- CommandmentCircuitBoard
- PaladinCircuitBoard
- LiveLetLiveCircuitBoard
- StationEfficiencyCircuitBoard
- RobocopCircuitBoard
- GameMasterCircuitBoard
- ArtistCircuitBoard
- NutimovCircuitBoard

0 comments on commit 3270d4d

Please sign in to comment.