Closed jeffwadsworth closed 2 years ago
[[Ramunap Hydra]]
Ramunap Hydra - (Gatherer) (Scryfall) (EDHREC)
{3}{G} Creature — Snake Hydra 3/3 Vigilance, reach, trample Ramunap Hydra gets +1/+1 as long as you control a Desert. Ramunap Hydra gets +1/+1 as long as there is a Desert card in your graveyard.
Yes, testing a fix.
Putting "instance" for null prevents the error, but the hint is not shown. Will check out later if no one else does.
it’s my fault, just replace return null
with return this
it’s my fault, just replace
return null
withreturn this
I've seen some enums return instance
and some return this
. Is there a difference?
if there’s only one enum value then it’s the same so on older implementations it returns instance
but then I started making ones that have multiple enum values and realized that this
is better
Putting "instance" for null prevents the error, but the hint is not shown. Will check out later if no one else does.
The hint works (adding a desert makes it appear), but I feel like it should be the kind of hint that is always visible and has the red sign or the green checkmark beside it.
If this card is in the game, the following error occurs:
The problem code line: