Fixed APC placement & ID (#3415)
APC was set to alignwallproper not center. ID was wrong causing crashes
This commit is contained in:
@@ -10,4 +10,4 @@
|
|||||||
amount: 3
|
amount: 3
|
||||||
|
|
||||||
- node: apc
|
- node: apc
|
||||||
entity: BaseAPC
|
entity: BaseApc
|
||||||
|
|||||||
@@ -209,5 +209,5 @@
|
|||||||
sprite: Constructible/Power/apc.rsi
|
sprite: Constructible/Power/apc.rsi
|
||||||
state: apc0
|
state: apc0
|
||||||
objectType: Structure
|
objectType: Structure
|
||||||
placementMode: AlignWallProper
|
placementMode: SnapgridCenter
|
||||||
canBuildInImpassable: true
|
canBuildInImpassable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user