Hypo can inject solutions back into beakers (#19877)
* Inject to beakers * Stop fighting in my pr * Review
This commit is contained in:
@@ -19,5 +19,11 @@ namespace Content.Server.Chemistry.Components
|
||||
|
||||
[DataField("injectSound")]
|
||||
public SoundSpecifier InjectSound = new SoundPathSpecifier("/Audio/Items/hypospray.ogg");
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not the hypo is able to inject only into mobs. On false you can inject into beakers/jugs
|
||||
/// </summary>
|
||||
[DataField("onlyMobs")]
|
||||
public bool OnlyMobs = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user