Skip to content

Commit

Permalink
update license.
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Feb 23, 2024
1 parent 96ea3cb commit 97ea85e
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Delta-V - This file is licensed under AGPLv3
* Copyright (c) 2024 Delta-V Contributors
* See AGPLv3.txt for details.
*/

using Content.Server.StationEvents.Events;

namespace Content.Server.StationEvents.Components;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Delta-V - This file is licensed under AGPLv3
* Copyright (c) 2024 Delta-V Contributors
* See AGPLv3.txt for details.
*/

using Robust.Server.GameObjects;
using Robust.Server.Maps;
using Robust.Shared.Configuration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
id: SpawnPointPlayerCharacter
name: ghost role spawn point
Expand Down
4 changes: 4 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/salvage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
name: Syndicate Guard
parent: BaseMobHuman
Expand Down
6 changes: 5 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
parent: BasePDA
id: CorpsmanPDA
Expand Down Expand Up @@ -47,4 +51,4 @@
startingItem: CyberPen
whitelist:
tags:
- Write
- Write
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
parent: FaxMachineBase
id: FaxMachineListeningSyndie
Expand All @@ -13,4 +17,4 @@
- type: FaxMachine
name: "Unknown?"
responsePings: false
- type: Emagged
- type: Emagged
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
- type: entity
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: entity
id: SyndicateMonitoringServer
parent: BaseMachinePowered
name: suspicious crew monitoring server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

#Misc outfit startingGear definitions.

Expand Down Expand Up @@ -96,4 +99,4 @@
pocket1: CombatKnife
innerClothingSkirt: ClothingUniformJumpsuitSuitBrown
satchel: ClothingBackpackMafiaFilled
duffelbag: ClothingBackpackMafiaFilled
duffelbag: ClothingBackpackMafiaFilled
4 changes: 4 additions & 0 deletions Resources/Prototypes/DeltaV/Roles/Jobs/NPC/syndicateNPCs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#Delta-V - This file is licensed under AGPLv3
# Copyright (c) 2024 Delta-V Contributors
# See AGPLv3.txt for details.

- type: startingGear
id: RadioGuardGear
equipment:
Expand Down

0 comments on commit 97ea85e

Please sign in to comment.