Skip to content

Commit

Permalink
Merge branch 'DeltaV-Station:master' into submarineisreal
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornOnLSD committed Jan 31, 2024
2 parents 390bd4d + 4c8a4b5 commit 80f6590
Show file tree
Hide file tree
Showing 12 changed files with 11,001 additions and 1,310 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ private void OnSpawnPlayer(PlayerSpawningEvent args)
if (args.SpawnResult != null)
return;

// DeltaV - Prevent spawnpoint overrides from being ignored
if (args.DesiredSpawnPointType != null && args.DesiredSpawnPointType != SpawnPointType.Unset)
return;

var query = EntityQueryEnumerator<ContainerSpawnPointComponent, ContainerManagerComponent, TransformComponent>();
var possibleContainers = new List<Entity<ContainerSpawnPointComponent, ContainerManagerComponent, TransformComponent>>();

Expand Down
26 changes: 26 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,3 +1421,29 @@ Entries:
the new cloaks available!
id: 213
time: '2024-01-30T14:22:13.0000000+00:00'
- author: Colin-Tel
changes:
- type: Tweak
message: Updated Asterisk Station.
id: 214
time: '2024-01-30T21:09:41.0000000+00:00'
- author: DebugOk
changes:
- type: Tweak
message: >-
You should be able to exit cryo even after leaving now, meaning it just
keeps your body safe?
id: 215
time: '2024-01-31T07:41:58.0000000+00:00'
- author: DebugOk
changes:
- type: Fix
message: Prisoners will no longer spawn in cryopods instead of in the brig.
id: 216
time: '2024-01-31T09:42:57.0000000+00:00'
- author: leonardo-dabepis
changes:
- type: Tweak
message: Made HCV cocktail less immediately lethal (damnation!!!)
id: 217
time: '2024-01-31T10:34:16.0000000+00:00'
9 changes: 5 additions & 4 deletions Resources/ConfigPresets/DeltaV/deltav.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[game]
desc = "Featuring loads of unique content and psionics."
lobbyenabled = true
lobbyduration = 240
round_end_pacifist = true
desc = "Featuring loads of unique content and psionics."
lobbyenabled = true
lobbyduration = 240
round_end_pacifist = true
cryo_sleep_rejoining = true

[infolinks]
discord = "https://go.delta-v.org/sxzqj"
Expand Down
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/deltav/reagents/generic.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Messages that can be utilized by multiple reagents.

generic-reagent-effect-damnation = Your liver cries out in agony! Damnation!
3,851 changes: 3,851 additions & 0 deletions Resources/Maps/Shuttles/DeltaV/NTES_Box.yml

Large diffs are not rendered by default.

4,524 changes: 4,524 additions & 0 deletions Resources/Maps/Shuttles/DeltaV/NTES_Lox.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 80f6590

Please sign in to comment.