Skip to content

Commit

Permalink
Merge branch 'master' into map-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PubliclyExecutedPig authored Nov 23, 2024
2 parents cfd9935 + c7b894f commit 4d8df73
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 22 deletions.
40 changes: 22 additions & 18 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
Entries:
- author: Velcroboy
changes:
- message: Added BB guns! Don't shoot your eye out.
type: Add
id: 196
time: '2024-01-02T22:03:49.0000000+00:00'
- author: deltanedas
changes:
- message: On very high pop revolution rounds, there can be 2 head revolutionaries.
type: Tweak
id: 197
time: '2024-01-02T22:06:22.0000000+00:00'
- author: VMSolidus
changes:
- message: There should only ever be one Listening Outpost spawning at a time
type: Fix
id: 198
time: '2024-01-02T23:05:25.0000000+00:00'
- author: Adrian16199
changes:
- message: 'Added maiden outfits into janidrobe. '
Expand Down Expand Up @@ -3749,3 +3731,25 @@
id: 695
time: '2024-11-21T08:26:50.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2207
- author: Radezolid
changes:
- message: HoP's locker no longer spawns with a disabler inside.
type: Tweak
id: 696
time: '2024-11-22T22:35:18.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2269
- author: Kr8art
changes:
- message: Added missing RPDS sprites. The RPDS can now be wielded and worn in on
a suit without turning invisible!
type: Fix
id: 697
time: '2024-11-22T22:41:08.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2267
- author: Kr8art
changes:
- message: Vulpkanin 101 now has a custom icon!
type: Tweak
id: 698
time: '2024-11-22T22:51:40.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2254
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
- id: RubberStampApproved
- id: RubberStampDenied
- id: RubberStampHop
- id: WeaponDisabler
#- id: WeaponDisabler # DeltaV - There is no reason for the service head to have a disabler.
- id: ClothingEyesHudCommand

- type: entity
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
color: "#961cc8"
- state: detail_bookmark
color: "#eee039"
- state: icon_question
- state: icon_kiss
sprite: DeltaV/Objects/Misc/books.rsi
- state: detail_bookmark
color: "#2c5491"
- type: Paper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@
price: 750

- type: entity
name: IK-60 laser carbine
name: IK-60 energy carbine
parent: BaseWeaponBattery
id: WeaponGunLaserCarbineAutomatic
description: "A 20 round semi-automatic laser carbine."
description: "A 20 round semi-automatic energy carbine."
components:
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Battery/energygun_carbine.rsi
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/DeltaV/Objects/Misc/books.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "icon_kiss by Kr8",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon_kiss"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d8df73

Please sign in to comment.