Fix YAML prototype errors (#954)
This commit is contained in:
@@ -148,6 +148,14 @@ namespace Content.Client
|
|||||||
"RandomPottedPlant",
|
"RandomPottedPlant",
|
||||||
"CommunicationsConsole",
|
"CommunicationsConsole",
|
||||||
"BarSign",
|
"BarSign",
|
||||||
|
"DroppedBodyPart",
|
||||||
|
"DroppedMechanism",
|
||||||
|
"BodyManager",
|
||||||
|
"Stunnable",
|
||||||
|
"SolarPanel",
|
||||||
|
"BodyScanner",
|
||||||
|
"Stunbaton",
|
||||||
|
"EmergencyClosetFill"
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var ignoreName in registerIgnore)
|
foreach (var ignoreName in registerIgnore)
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ namespace Content.Server
|
|||||||
"IconSmooth",
|
"IconSmooth",
|
||||||
"SubFloorHide",
|
"SubFloorHide",
|
||||||
"LowWall",
|
"LowWall",
|
||||||
|
"ReinforcedWall",
|
||||||
"Window",
|
"Window",
|
||||||
"CharacterInfo",
|
"CharacterInfo",
|
||||||
"InteractionOutline",
|
"InteractionOutline",
|
||||||
|
|||||||
@@ -78,8 +78,6 @@
|
|||||||
- type: Physics
|
- type: Physics
|
||||||
mass: 5
|
mass: 5
|
||||||
Anchored: false
|
Anchored: false
|
||||||
- type: Sound
|
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: wet floor sign
|
name: wet floor sign
|
||||||
|
|||||||
Reference in New Issue
Block a user