Skip to content

Commit 3702808

Browse files
authored
Small bugfixes (#694)
* fixed red diagonal wall sprite * Fixed wall charger directionality * Fixed wall nanomed directionality * test fix
1 parent 6caa778 commit 3702808

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1349,6 +1349,10 @@
13491349
snapCardinals: false
13501350
- type: WallMount
13511351
arc: 180
1352+
- type: Fixtures
1353+
fixtures: {}
1354+
- type: Physics
1355+
canCollide: false
13521356
- type: Transform
13531357
noRot: false
13541358

Resources/Prototypes/Entities/Structures/Power/chargers.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
blacklist:
108108
tags:
109109
- PotatoBattery
110-
110+
111111
- type: entity
112112
parent: [ BaseItemRecharger, ConstructibleMachine ]
113113
id: PowerCageRecharger
@@ -211,6 +211,8 @@
211211
state: "light-off"
212212
shader: "unshaded"
213213
- type: WallMount
214+
- type: Fixtures
215+
fixtures: {} # SS220/Directionl wall charger
214216
- type: Charger
215217
chargeRate: 25
216218
- type: Physics

Resources/Prototypes/SS220/Entities/Structures/walls.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
suffix: Диагональ, Красный
66
components:
77
- type: Sprite
8-
sprite: Structures/Walls/shuttle_diagonal.rsi
8+
sprite: Structures/Walls/shuttle_red_diagonal.rsi
99
- type: Icon
10-
sprite: Structures/Walls/shuttle_diagonal.rsi
10+
sprite: Structures/Walls/shuttle_red_diagonal.rsi
1111

1212
- type: entity
1313
parent: WallShuttleDiagonal
@@ -62,4 +62,4 @@
6262
- type: Sprite
6363
sprite: Structures/Walls/shuttle_dark.rsi
6464
- type: Icon
65-
sprite: Structures/Walls/shuttle_dark.rsi
65+
sprite: Structures/Walls/shuttle_dark.rsi

0 commit comments

Comments
 (0)