Skip to content

Commit

Permalink
Merge branch 'master' into security-borg
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution committed Jan 31, 2024
2 parents 03c457e + 4c8a4b5 commit 807308f
Show file tree
Hide file tree
Showing 17 changed files with 122,196 additions and 110,795 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
34 changes: 34 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1413,3 +1413,37 @@ Entries:
message: Added gridinv, sorry.
id: 212
time: '2024-01-21T18:58:28.0000000+00:00'
- author: TadJohnson00
changes:
- type: Tweak
message: >-
Pride vend has received an adjusted inventory. Make sure to check out
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.

3,329 changes: 2,315 additions & 1,014 deletions Resources/Maps/arena.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 807308f

Please sign in to comment.