fish-station/Content.Shared/Power/Generator
slarticodefast 4704309b4e
Fix SpawnAndDeleteAllEntitiesInTheSameSpot heisentest (#32330)
What happened was that the new tech anomaly randomly triggered a signal sink on the portable generator, which is currently broken and throws an error if the that sink is activated.

The resolve needed logMissing = false because it does not expect the ActiveGeneratorRevvingComponent to exist.
2024-10-12 11:54:48 -07:00
..
ActiveGeneratorRevvingComponent.cs Fix SpawnAndDeleteAllEntitiesInTheSameSpot heisentest (#32330) 2024-10-12 11:54:48 -07:00
ActiveGeneratorRevvingSystem.cs Fix SpawnAndDeleteAllEntitiesInTheSameSpot heisentest (#32330) 2024-10-12 11:54:48 -07:00
FuelGeneratorComponent.cs Add guidebook protodata tag: embed prototype values in guidebook text (#27570) 2024-09-12 13:31:56 +03:00
GeneratorExhaustGasComponent.cs
PowerSwitchableComponent.cs
SharedGeneratorSystem.cs
SharedPortableGeneratorComponent.cs
SharedPortableGeneratorSystem.cs Adds signal control to portable generators (#24157) 2024-01-29 15:56:29 +01:00
SharedPowerSwitchableSystem.cs