InAir tweaks & chasm fixes (#19707)
This commit is contained in:
@@ -15,7 +15,6 @@ public sealed class LavaSystem : EntitySystem
|
||||
SubscribeLocalEvent<LavaComponent, StepTriggerAttemptEvent>(OnLavaStepTriggerAttempt);
|
||||
}
|
||||
|
||||
|
||||
private void OnLavaStepTriggerAttempt(EntityUid uid, LavaComponent component, ref StepTriggerAttemptEvent args)
|
||||
{
|
||||
if (!HasComp<FlammableComponent>(args.Tripper))
|
||||
|
||||
Reference in New Issue
Block a user