The bloody lunar tablet could be used at day time
This commit is contained in:
parent
483f094f9c
commit
0ae1deed08
@ -25,7 +25,7 @@ namespace Decimation.Content.Items.Misc
|
||||
|
||||
public override bool CanUseItem(Player player)
|
||||
{
|
||||
return !Main.bloodMoon;
|
||||
return !Main.dayTime && !Main.bloodMoon;
|
||||
}
|
||||
|
||||
public override bool UseItem(Player player)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user