Fix YAML prototype errors (#954)

This commit is contained in:
Jackson Lewis
2020-05-22 17:59:13 +01:00
committed by GitHub
parent 126c5942a4
commit e992d8fa43
3 changed files with 9 additions and 2 deletions

View File

@@ -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)

View File

@@ -35,6 +35,7 @@ namespace Content.Server
"IconSmooth", "IconSmooth",
"SubFloorHide", "SubFloorHide",
"LowWall", "LowWall",
"ReinforcedWall",
"Window", "Window",
"CharacterInfo", "CharacterInfo",
"InteractionOutline", "InteractionOutline",

View File

@@ -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