Commit of decompiled and "updated" code.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Terraria;
|
||||
using Terraria.ModLoader;
|
||||
|
||||
namespace FabusMod.Buffs.IllusoryMirror;
|
||||
|
||||
public class SpectralBlossomActive : ModBuff
|
||||
{
|
||||
public override void SetStaticDefaults()
|
||||
{
|
||||
DisplayName.SetDefault("Spectral Blossom Active");
|
||||
Description.SetDefault("Stand near it to receive buffs!");
|
||||
Main.debuff[Type] = false;
|
||||
Main.buffNoTimeDisplay[Type] = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user