mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
1def015bad
* end of file Fix * fix those lints too
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
/datum/game_mode/visitors
|
|
name = "Technomancers & Ninja"
|
|
round_description = "A space wizard and a ninja have invaded the station!"
|
|
extended_round_description = "A ninja and wizard spawn during this round."
|
|
config_tag = "visitors"
|
|
required_players = 8
|
|
required_players_secret = 8
|
|
required_enemies = 2
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_TECHNOMANCER, MODE_NINJA)
|
|
require_all_templates = 1
|
|
votable = 1
|