Bullets no longer open doors.
This commit is contained in:
@@ -66,6 +66,12 @@ namespace Content.Server.GameObjects
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Only open when bumped by mobs.
|
||||||
|
if (!msg.Entity.HasComponent(typeof(SpeciesComponent)))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Open();
|
Open();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user