Files
FluffyandGitHub 25dc248979 Updated statpanel and added client pings (#18337)
* 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
2024-02-08 12:29:42 +00:00

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