Hivelord mob (#31322)

* Hivelord

* make it longah
This commit is contained in:
Nemanja
2024-09-11 09:52:27 -04:00
committed by GitHub
parent 7f76af4da8
commit e510504596
29 changed files with 354 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ public sealed class RechargeBasicEntityAmmoSystem : EntitySystem
private void OnExamined(EntityUid uid, RechargeBasicEntityAmmoComponent component, ExaminedEvent args)
{
if (!component.ShowExamineText)
return;
if (!TryComp<BasicEntityAmmoProviderComponent>(uid, out var ammo)
|| ammo.Count == ammo.Capacity ||
component.NextCharge == null)