* The all-in-one hacking solution The thinking man's lockpick The iconic EMAG * emagged medbay's stasis bed * left med, emagged sec' apc * went back to chem, emagged the dispenser * emagged the fax while i was there * had a donut while waiting for emag to charge * i broke into the bridge then announced 'mandatory johnson inspection in medical' * get system instead of dependency * feedback * net suggestion Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> * use EnsureComp and import NetworkedComponent --------- Co-authored-by: deltanedas <user@zenith> Co-authored-by: deltanedas <deltanedas@laptop> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -6,14 +6,6 @@ namespace Content.Server.Bed.Components
|
||||
[RegisterComponent]
|
||||
public sealed class StasisBedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Stores whether or not the stasis bed has been emagged,
|
||||
/// which causes the multiplier to speed up rather than
|
||||
/// slow down. Needs to be stored for machine upgrades.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool Emagged = false;
|
||||
|
||||
[DataField("baseMultiplier", required: true), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float BaseMultiplier = 10f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user