Adds tag support to construction (#3386)

This commit is contained in:
Vera Aguilera Puerto
2021-02-24 16:26:56 +01:00
committed by GitHub
parent 2ec0304072
commit 436d406585
11 changed files with 110 additions and 62 deletions

View File

@@ -13,3 +13,5 @@ construction-insert-entity-with-component = Next, insert an entity with a {$comp
# Shown when examining an in-construction object
construction-insert-exact-entity = Next, insert {$entityName}.
# Shown when examining an in-construction object
construction-insert-arbitrary-entity = Next, insert {$stepName}.

View File

@@ -6,8 +6,7 @@
edges:
- to: entity
steps:
# Replace with tag ASAP
- prototype: ConveyorAssembly
- tag: ConveyorAssembly
icon:
sprite: Constructible/Power/conveyor.rsi
state: conveyor_loose

View File

@@ -50,7 +50,7 @@
- !type:EntityAnchored
anchored: true
steps:
- prototype: FirelockElectronics
- tag: FirelockElectronics
name: Firelock Electronics
icon:
sprite: "Constructible/Misc/module.rsi"