mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +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
21 lines
1.3 KiB
Plaintext
21 lines
1.3 KiB
Plaintext
/datum/game_mode/changeling
|
|
name = "changeling"
|
|
config_tag = "changeling"
|
|
required_players = 10
|
|
required_enemies = 1
|
|
antag_scaling_coeff = 8
|
|
antag_tags = list(MODE_CHANGELING)
|
|
|
|
/datum/game_mode/changeling/pre_setup()
|
|
round_description = "There are alien changelings on the [SSatlas.current_map.station_type]. Do not let the changelings succeed!"
|
|
extended_round_description = "Life always finds a way. However, life can sometimes take a more disturbing route. \
|
|
Humanity's extensive knowledge of xeno-biological specimens has made them confident and arrogant. Yet \
|
|
something slipped past their eyes. Something dangerous. Something alive. Most frightening of all, \
|
|
however, is that this something is someone. An unknown alien specimen has incorporated itself into \
|
|
the crew of the [SSatlas.current_map.station_type]. Its unique biology allows it to manipulate its own or anyone else's DNA. \
|
|
With the ability to copy faces, voices, animals, but also change the chemical make up of your own body, \
|
|
its existence is a threat to not only your personal safety but the lives of everyone on board. \
|
|
No one knows where it came from. No one knows who it is or what it wants. One thing is for \
|
|
certain though... there is never just one of them. Good luck."
|
|
. = ..()
|