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