Intercoms [crappy radios] (#12898)

This commit is contained in:
Nemanja
2022-12-13 20:39:54 -05:00
committed by GitHub
parent a3c8d2e306
commit 00497177f8
17 changed files with 408 additions and 5 deletions

View File

@@ -76,8 +76,10 @@ namespace Content.Shared.Verbs
public static readonly VerbCategory InstrumentStyle =
new("verb-categories-instrument-style", null);
public static readonly VerbCategory ChannelSelect = new("verb-categories-channel-select", null);
public static readonly VerbCategory SetSensor = new("verb-categories-set-sensor", null);
public static readonly VerbCategory Lever = new("verb-categories-lever", null);
}
}