mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
18 lines
670 B
Plaintext
18 lines
670 B
Plaintext
/*
|
|
VOX HEIST ROUNDTYPE
|
|
*/
|
|
|
|
/datum/game_mode/heist
|
|
name = "Heist"
|
|
config_tag = "heist"
|
|
required_players = 12
|
|
required_players_secret = 12
|
|
required_enemies = 3
|
|
round_description = "An unidentified bluespace signature is approaching the station!"
|
|
extended_round_description = "The Company's majority control of phoron in the system has marked the \
|
|
station to be a highly valuable target for many competing organizations and individuals. Being a \
|
|
colony of sizable population and considerable wealth causes it to often be the target of various \
|
|
attempts of robbery, fraud and other malicious actions."
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_RAIDER)
|