Removes chem. and react. from every prototype ID (#3767)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Vera Aguilera Puerto
2021-04-08 15:48:02 +02:00
committed by GitHub
parent 69533a15d8
commit c28f22ebff
45 changed files with 862 additions and 860 deletions

View File

@@ -24,7 +24,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
[ViewVariables]
[DataField("catalyst")]
private string _catalystPrototype = "chem.Water";
private string _catalystPrototype = "Water";
[ViewVariables]
[DataField("target")]
private string? _targetPrototype = default!;