mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +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
23 lines
1023 B
Plaintext
23 lines
1023 B
Plaintext
/datum/game_mode/heist
|
|
name = "heist"
|
|
config_tag = "heist"
|
|
required_players = 15
|
|
required_enemies = 4
|
|
antag_tags = list(MODE_RAIDER)
|
|
|
|
/datum/game_mode/heist/pre_setup()
|
|
round_description = "An unidentified bluespace signature has slipped past the Icarus and is approaching the [SSatlas.current_map.station_type]!"
|
|
extended_round_description = "The galaxy is a place full of dangers, even the inner colonies are not free of such scourges. \
|
|
Raiders and pirates are a well-know threat in the inhabited space, and places such as [SSatlas.current_map.station_type]s are easy targets \
|
|
for their greedy plans."
|
|
. = ..()
|
|
|
|
/datum/game_mode/heist/apprentices
|
|
name = "magistake"
|
|
config_tag = "magistake"
|
|
extended_round_description = "The galaxy is a place full of dangers, even the inner colonies are not free of such scourges. \
|
|
Some say that the best raiders have a touch of magic to their art of plunder, but that's just hearsay."
|
|
antag_tags = list(MODE_RAIDER_TECHNO)
|
|
required_players = 12
|
|
required_enemies = 3
|