Skip to content

Commit

Permalink
Merge branch 'master' into Carrying_system
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian16199 authored Oct 22, 2023
2 parents bed1112 + 96f2029 commit 10e250e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Resources/Prototypes/Tiles/tile_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@
- type: tileAlias
id: FloorRGlassAlt
target: FloorRGlass

# Delta V Explanation: Nyano had an alt version of asphalt
- type: tileAlias
id: FloorPlanetAsphalt
target: FloorAsphalt
19 changes: 18 additions & 1 deletion Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ SpeedLoaderPistolHighVelocity: SpeedLoaderPistol
#MountainRockMining: AsteroidRockMining #DeltaV

# 2023-08-08
WindowTintedDirectional: WindowFrostedDirectional
WindowTintedDirectional: WindowFrostedDirectional # DeltaV

# 2023-08-10
SyringeSpaceacillin: null
Expand Down Expand Up @@ -148,3 +148,20 @@ WeaponShotgunEnforcerNonLethal: WeaponShotgunEnforcerRubber

# 2023-10-06 (Merge related migrations)
FoodMealTaco: FoodMealSoftTaco
FoodTinBeansOpen: FoodTinBeans
FoodBreadMoldy: FoodBreadMoldySlice
FoodMeatPatty: FoodMeatMeatball
ClothingHeadHoodMystic: ClothingHeadHoodMysta

#Delta V temporary changes. Remove When items are added.

MetempsychoticMachine: CloningPod
MetempsychoticMachineCircuitboard: CloningPodMachineCircuitboard
ComputerShipyard: ComputerBroken
ShipyardComputerCircuitboard: null
SpawnMobGolemCult: null
ShogiBoard: CheckerBoard

#Delta V Optional: Remove "#" for specific maps.
#AsteroidRock: AsteroidAltRock
#AsteroidRockMining: AsteroidAltRockMining

0 comments on commit 10e250e

Please sign in to comment.