Requested changes

This commit is contained in:
mnva 2026-04-15 05:52:16 -04:00
parent f00d3dfb85
commit fff54d1c4c
3 changed files with 3 additions and 4 deletions

View File

@ -86,7 +86,7 @@ namespace Content.Server.RatKing
args.Handled = true;
_hunger.ModifyHunger(uid, -component.HungerPerDomainUse, hunger);
_popup.PopupEntity(Loc.GetString("rat-king-domain-popup"), uid);
_popup.PopupEntity(Loc.GetString("deltav-rat-king-domain-popup"), uid); // DeltaV
var tileMix = _atmos.GetTileMixture(uid, excite: true);
tileMix?.AdjustMoles(Gas.Ammonia, component.MolesAmmoniaPerDomain);
}

View File

@ -1 +1 @@
rat-king-domain-popup = A cloud of miasma is released into the air!
deltav-rat-king-domain-popup = A cloud of miasma is released into the air!

View File

@ -1,5 +1,4 @@
# DeltaV - Moved to a _DV file.
#rat-king-domain-popup = A cloud of ammonia is released into the air!
rat-king-domain-popup = A cloud of ammonia is released into the air!
rat-king-too-hungry = You are too hungry to use this ability!