Should there be a random killer option?

Demo_main
Demo_main Member Posts: 13

I like to switch up what killer I want to play every once in a while to learn other killers but sometimes it’s hard to pick what killers I want to play, so what if there was a thing you can select to send you into a round as a random killer. Do you think that would be a cool idea?

Should there be a random killer option? 22 votes

Yes!
81%
Dr_TrautsDimekPájaDetailedDetrimentjadssIcewhispertenoresaxDesertMoonGWDemo_mainLusiem9Blue_Archer33Pior_MorteDerZuntorJustZed32Ghouled_MojoMottledElmzoozoom6Alpha_84 18 votes
No!
18%
MisterNegatives[Deleted User]Mr_MoneyInTheBankPr0p3r9 4 votes

Comments

  • Dr_Trauts
    Dr_Trauts Member Posts: 704
    Yes!

    seems like a very niche but nice QOL change

  • Pr0p3r9
    Pr0p3r9 Member Posts: 111
    No!

    Seems like a waste of dev resources for a niche utility. You and others who want the same should just use a random number generator with Trapper at 1 and Pyramid at 20. Until the next chapter release, you can even use a 20-sided die to make the decision.

  • jadss
    jadss Member Posts: 207
    Yes!

    Interesting..

  • jadss
    jadss Member Posts: 207
    Yes!

    No, it is not difficult.

    Code for u:


    Random randomGen = new Random();

    int randomGenerator = randomGen.nextInt(21);


    Simple as that, so that's not a valid argument.