Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into Three-Sword-Style
Browse files Browse the repository at this point in the history
  • Loading branch information
ps3moira committed Dec 28, 2023
2 parents 3f0b742 + f8c9e05 commit 087d244
Show file tree
Hide file tree
Showing 17 changed files with 142 additions and 5 deletions.
24 changes: 24 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,3 +1200,27 @@ Entries:
message: The random client freezes/crashes should be mostly gone.
id: 179
time: '2023-12-22T23:46:32.0000000+00:00'
- author: ps3moira
changes:
- type: Tweak
message: Reverted in-hand E-Sword sprites.
id: 180
time: '2023-12-24T02:56:01.0000000+00:00'
- author: deltanedas
changes:
- type: Tweak
message: Ore Bags of Holding now use bluespace crystals instead of uranium.
id: 181
time: '2023-12-24T19:58:23.0000000+00:00'
- author: Adrian16199
changes:
- type: Fix
message: Fixes cyborgs spawning with nearsighted trait.
id: 182
time: '2023-12-27T17:55:07.0000000+00:00'
- author: Adrian16199
changes:
- type: Add
message: 'Added 3 classic hairstyles: Long hair, Long hair 2, Long hair 3.'
id: 183
time: '2023-12-27T18:23:39.0000000+00:00'
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/deltav/accessories/hair.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ marking-HumanHairClassicLowFade = Fade (Low, Classic)
marking-HumanHairClassicMedFade = Fade (Medium, Classic)
marking-HumanHairClassicOmbre = Ombre Classic
marking-HumanHairClassicCrewcut = Crewcut Classic
marking-HumanHairClassicLong = Long 1 (Classic)
marking-HumanHairClassicLong2 = Long 2 (Classic)
marking-HumanHairClassicLong3 = Long 3 (Classic)
4 changes: 2 additions & 2 deletions Resources/Maps/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ entities:
type: Fixtures
- type: OccluderTree
- type: SpreaderGrid
- angularDamping: 10000
- type: Shuttle
angularDamping: 10000
linearDamping: 10000
type: Shuttle
- type: GridPathfinding
- gravityShakeSound: !type:SoundPathSpecifier
path: /Audio/Effects/alert.ogg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,27 @@
sprites:
- sprite: DeltaV/Mobs/Customization/hair.rsi
state: classic_crewcut

- type: marking
id: HumanHairClassicLong
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: DeltaV/Mobs/Customization/hair.rsi
state: classic_long

- type: marking
id: HumanHairClassicLong2
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: DeltaV/Mobs/Customization/hair.rsi
state: classic_long2

- type: marking
id: HumanHairClassicLong3
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: DeltaV/Mobs/Customization/hair.rsi
state: classic_long3
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Blunt: 4.5
- type: Item
size: 5
sprite: Objects/Weapons/Melee/e_sword-inhands.rsi
sprite: DeltaV/Objects/Weapons/Melee/e_sword.rsi # Delta-V
- type: UseDelay
delay: 1.0
- type: PointLight
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- meow.
- meow!
- meows.
- meows~
- meows!
- meowing.
- meowed.
Expand All @@ -27,8 +28,12 @@
- nya.
- nyas.
- nyas!
- mraow.
- mraow!
- mraow~
- mraows.
- mraows!
- mraows~

- type: emote
id: Mew
Expand All @@ -37,8 +42,10 @@
chatTriggers:
- mew.
- mew!
- mew~
- mews.
- mews!
- mews~
- mewing.
- mewed.

Expand All @@ -60,6 +67,7 @@
chatTriggers:
- purr.
- purrs.
- purrs~
- purrs!
- purring.
- purred.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Recipes/Lathes/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
materials:
Steel: 2000
Silver: 750
Plasma: 1500
Uranium: 150
Plasma: 1000 #DeltaV: Bluespace Exists so less plasma used, no uranium
Bluespace: 200 #DeltaV: Bluespace Exists

- type: latheRecipe
id: WeaponCrusher
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/SimpleStation14/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
traitGear: ClothingEyesGlasses
components:
- type: Nearsighted
whitelist: # Delta V fix to borgs spawning with it.
components:
- Blindable

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions Resources/Textures/DeltaV/Mobs/Customization/hair.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
{
"name":"classic_crewcut",
"directions": 4
},
{
"name":"classic_long",
"directions": 4
},
{
"name":"classic_long2",
"directions": 4
},
{
"name":"classic_long3",
"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.
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left-blade",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
},
{
"name": "inhand-right-blade",
"directions": 4,
"delays": [
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
],
[
0.1,
0.1
]
]
}
]
}

0 comments on commit 087d244

Please sign in to comment.