Skip to content
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

NoSpawn Entitys #967

Closed
wants to merge 10 commits into from
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Markers/warp_point.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
id: WarpPointBeacon
parent: WarpPoint
name: warp point (beacon)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
- type: WarpPoint
Expand All @@ -21,6 +22,7 @@
id: WarpPointBombing
name: warp point
suffix: ninja bombing target
noSpawn: true # Frontier
components:
- type: BombingTarget
- type: WarpPoint
Expand All @@ -36,6 +38,7 @@
id: WarpPointBeaconBar
parent: WarpPointBeacon
name: warp point (bar)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: bar
Expand All @@ -47,6 +50,7 @@
id: WarpPointBeaconCargo
parent: WarpPointBeacon
name: warp point (cargo)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: cargo
Expand All @@ -58,6 +62,7 @@
id: WarpPointBeaconCommand
parent: WarpPointBeacon
name: warp point (command)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: command
Expand All @@ -69,6 +74,7 @@
id: WarpPointBeaconEngineering
parent: WarpPointBeacon
name: warp point (engineering)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: engineering
Expand All @@ -80,6 +86,7 @@
id: WarpPointBeaconMedical
parent: WarpPointBeacon
name: warp point (medical)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: medical
Expand All @@ -91,6 +98,7 @@
id: WarpPointBeaconNeutral
parent: WarpPointBeacon
name: warp point (neutral)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: neutral
Expand All @@ -102,6 +110,7 @@
id: WarpPointBeaconScience
parent: WarpPointBeacon
name: warp point (science)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: science
Expand All @@ -113,6 +122,7 @@
id: WarpPointBeaconSecurity
parent: WarpPointBeacon
name: warp point (security)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: security
Expand All @@ -124,6 +134,7 @@
id: WarpPointBeaconService
parent: WarpPointBeacon
name: warp point (service)
noSpawn: true # Frontier
components:
- type: NavMapBeacon
text: service
Expand Down
Loading
Loading