Твики всего и вся
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server._White.ChangeTemperatureOnCollide;
|
||||
public sealed partial class ClothingTemperatureAdjustComponent : Component
|
||||
{
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Rate = 1f;
|
||||
public float Rate = 2f;
|
||||
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float TargetTemperature = 310.15f;
|
||||
|
||||
@@ -57,7 +57,7 @@ public sealed partial class CultSystem
|
||||
|
||||
if (comp.SelectedEmpowers.Count >= 1)
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString("verb-spell-create-too-much"), ent);
|
||||
_popupSystem.PopupEntity(Loc.GetString("verb-spell-create-too-much"), ent, ent);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ public sealed partial class CultSystem
|
||||
{
|
||||
if (ent.Comp.SelectedEmpowers.Count == 0)
|
||||
{
|
||||
_popupSystem.PopupEntity(Loc.GetString("verb-spell-remove-no-spells"), ent);
|
||||
_popupSystem.PopupEntity(Loc.GetString("verb-spell-remove-no-spells"), ent, ent);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user