Spells stuff (#153)
* -add: Create and remove blood spells using verbs. * - add: Blood spells now have charges and disappear. * - add: Localize spells. * - add: New blood spells.
This commit is contained in:
@@ -41,6 +41,9 @@ namespace Content.Shared.Verbs
|
||||
public static readonly VerbCategory MeatyOre =
|
||||
new("MeatyOre", null);
|
||||
|
||||
public static readonly VerbCategory Cult =
|
||||
new("verb-categories-cult", "/Textures/White/Cult/interface.rsi/icon.png");
|
||||
|
||||
public static readonly VerbCategory Antag =
|
||||
new("verb-categories-antag", "/Textures/Interface/VerbIcons/antag-e_sword-temp.192dpi.png", iconsOnly: true) { Columns = 5 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user