Requested changes
This commit is contained in:
parent
f00d3dfb85
commit
fff54d1c4c
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue