Chaplain stuff (#98)
* - add: Null rod. * - add: Only chaplain can use holy weapons. * - add: Chaplain is cult immune. * - fix: Fix component granting. * - add: Only chaplain can use null rod. * - add: Armaments beacon. * - add: Chaplain playtime requirement.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server._White.Other.RandomDamageSystem;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class RandomDamageComponent : Component
|
||||
{
|
||||
[DataField, ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Max = 50f;
|
||||
}
|
||||
Reference in New Issue
Block a user