]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove unecessary easy pry prototypes (#25893)
authornikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Sat, 9 Mar 2024 01:45:35 +0000 (03:45 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2024 01:45:35 +0000 (12:45 +1100)
* Remove unecessary prototypes

* Put unecessary prototypes in migration.yml

Resources/Prototypes/Entities/Structures/Doors/Airlocks/easy_pry.yml [deleted file]
Resources/migration.yml

diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/easy_pry.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/easy_pry.yml
deleted file mode 100644 (file)
index 04a58ee..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-- type: entity
-  parent: AirlockExternal
-  id: AirlockExternalEasyPry
-  suffix: External, EasyPry
-  description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockExternalGlass
-  id: AirlockExternalGlassEasyPry
-  suffix: External, Glass, EasyPry
-  description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockGlassShuttle
-  id: AirlockGlassShuttleEasyPry
-  suffix: EasyPry, Docking
-  description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockShuttle
-  id: AirlockShuttleEasyPry
-  suffix: EasyPry, Docking
-  description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockExternalLocked
-  id: AirlockExternalEasyPryLocked
-  suffix: External, EasyPry, Locked
-  description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockExternalGlassLocked
-  id: AirlockExternalGlassEasyPryLocked
-  suffix: External, Glass, EasyPry, Locked
-  description: It opens, it closes, it might crush you, and there might be only space behind it. Has to be manually activated. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockExternalGlassShuttleLocked
-  id: AirlockGlassShuttleEasyPryLocked
-  suffix: EasyPry, Docking, Locked
-  description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
-
-- type: entity
-  parent: AirlockExternalShuttleLocked
-  id: AirlockShuttleEasyPryLocked
-  suffix: EasyPry, Docking, Locked
-  description: Necessary for connecting two space craft together. Has a valve labelled "TURN TO OPEN"
-  components:
-  - type: PryUnpowered
index 227184fe6f62c38e55e02cbf79c87a5053826adf..d9d5ea0305043cdd281b804985c3a42e5719c4d2 100644 (file)
@@ -226,3 +226,13 @@ Observationskit: null
 
 # 2024-02-26
 CrateBaseWeldable: CrateGenericSteel
+
+# 2024-03-7
+AirlockExternalEasyPry: AirlockExternal
+AirlockExternalGlassEasyPry: AirlockExternalGlass
+AirlockGlassShuttleEasyPry: AirlockGlassShuttle
+AirlockShuttleEasyPry: AirlockShuttle
+AirlockExternalEasyPryLocked: AirlockExternalLocked
+AirlockExternalGlassEasyPryLocked: AirlockExternalGlassLocked
+AirlockGlassShuttleEasyPryLocked: AirlockExternalGlassShuttleLocked
+AirlockShuttleEasyPryLocked: AirlockExternalShuttleLocked