Skip to content

Commit

Permalink
Merge branch 'master' into Fixes2
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution authored Dec 25, 2023
2 parents e999f96 + 0f15db7 commit ab3f35a
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 5 deletions.
12 changes: 12 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,3 +1200,15 @@ 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'
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 @@ -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
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
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 ab3f35a

Please sign in to comment.