From 4c4bcb671c410e6de79684cc6c10f738ff367838 Mon Sep 17 00:00:00 2001 From: Geeves Date: Fri, 8 Nov 2019 23:21:37 +0200 Subject: [PATCH] Makes Ninja need slight higher Playercount (#7277) --- code/game/gamemodes/ninja/ninja.dm | 2 +- html/changelogs/geeves - ninjaNoNinja.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/geeves - ninjaNoNinja.yml diff --git a/code/game/gamemodes/ninja/ninja.dm b/code/game/gamemodes/ninja/ninja.dm index 0de04faab83..3c3a8b9a782 100644 --- a/code/game/gamemodes/ninja/ninja.dm +++ b/code/game/gamemodes/ninja/ninja.dm @@ -9,7 +9,7 @@ the omniscience of the AI and rival the most hardened weapons your station is capable of. Tread lightly and \ only hope these unknown assassins aren't here for you." config_tag = "ninja" - required_players = 10 + required_players = 15 max_players = 30 required_enemies = 2 end_on_antag_death = 0 diff --git a/html/changelogs/geeves - ninjaNoNinja.yml b/html/changelogs/geeves - ninjaNoNinja.yml new file mode 100644 index 00000000000..b08d014f71f --- /dev/null +++ b/html/changelogs/geeves - ninjaNoNinja.yml @@ -0,0 +1,7 @@ + +author: Geeves + +delete-after: True + +changes: + - tweak: "Ninja now needs 15 players playing before it gets chosen as a gamemode."