mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 03:19:58 +01:00
* SSatlas.current_map * hardsuit spell tab appears to clear correctly * sdfsa * from the moment i understood the weakness of my flesh, it disgusted me * sdf
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
/datum/game_mode/conflict
|
|
name = "Conflict (Burglar+Heist)"
|
|
extended_round_description = "Burglars and heisters spawn during this round."
|
|
config_tag = "conflict"
|
|
required_players = 15
|
|
required_enemies = 6
|
|
antag_tags = list(MODE_RAIDER, MODE_BURGLAR)
|
|
require_all_templates = TRUE
|
|
|
|
/datum/game_mode/conflict/pre_setup()
|
|
round_description = "Two underprepared teams of fools pick the same day to rob a highly valuable [SSatlas.current_map.company_short] [SSatlas.current_map.station_type]."
|
|
. = ..()
|