Термалки (#466)
* - add: Rewrite night vision. * - add: Thermals. * - remove: Remove stuff from maps. * - fix: Descriptions.
This commit is contained in:
@@ -28,6 +28,7 @@ public sealed partial class ChangelingSystem
|
||||
RemComp<EyeProtectionComponent>(ent);
|
||||
RemComp<FlashImmunityComponent>(ent);
|
||||
RemComp<TemporaryNightVisionComponent>(ent);
|
||||
RemComp<TemporaryThermalVisionComponent>(ent);
|
||||
RemComp<VoidAdaptationComponent>(ent);
|
||||
|
||||
foreach (var hand in _handsSystem.EnumerateHands(ent))
|
||||
|
||||
Reference in New Issue
Block a user