Repositories (1)

RS-2009-317
1 snippets stored for this repo
val e: Int = RandomUtil.random(3)
                when (e) {
                    0 -> "You can't attack $name! Better luck next time."
                    1 -> "You kill yourself attempting to attack $name."
                    else -> "You manage to rip through the barriers $name has and attack him, hitting a $a with blitz along with a spec of $b and $c with your dds, all for a total damage of $d. Well played."
                }
            }