From 7d19a323b5e82a08503c6c74dee67cde8301c5df Mon Sep 17 00:00:00 2001 From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:44:33 -0600 Subject: [PATCH] Makes brown rocks have a planetmap suffix (#23011) * makes brown rocks planetmap stuff * revert le procgen asteroids --- .../Prototypes/Entities/Structures/Walls/asteroid.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 091daade43..2e0e15b6a6 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -1,5 +1,7 @@ -#Asteroid rocks -#These can probably be merged with the rock types below these now, but I'm not going to mess with it since I don't want to risk altering any behavior. +#TODO: Someone should probably move the ore vein prototypes into their own file, or otherwise split this up in some way. This should not be 1.5k lines long. + + +#Asteroid rock - type: entity id: AsteroidRock parent: BaseStructure @@ -152,6 +154,7 @@ id: WallRock parent: BaseStructure name: rock + suffix: planetmap components: - type: PlacementReplacement key: walls -- 2.51.2