mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +01:00
* Update settings * Whitespace changes * Comment out merger hooks in gitattributes Corrupt maps would have to be resolved in repo before hooks could be updated * Revert "Whitespace changes" This reverts commit afbdd1d8442973f5d570c30920d9d865b5acd479. * Whitespace again minus example * Gitignore example changelog * Restore changelog merge setting * Keep older dmi hook attribute until hooks can be updated * update vscode settings too * Renormalize remaining * Revert "Gitignore example changelog" This reverts commit de22ad375d3ee4d5930c550da2fd23a29a86e616. * Attempt to normalize example.yml (and another file I guess) * Try again
12 lines
822 B
Plaintext
12 lines
822 B
Plaintext
/datum/game_mode/wizard
|
|
name = "Wizard"
|
|
round_description = "There is a SPACE WIZARD on the station. You can't let the magician achieve their objectives!"
|
|
extended_round_description = "A powerful entity capable of manipulating the elements around him, most commonly referred to as a 'wizard', has infiltrated the station. They have a wide variety of powers and spells available to them that makes your own simple moral self tremble with fear and excitement. Ultimately, their purpose is unknown. However, it is up to you and your crew to decide if their powers can be used for good or if their arrival foreshadows the destruction of the entire station."
|
|
config_tag = "wizard"
|
|
votable = 0
|
|
required_players = 1
|
|
required_players_secret = 3
|
|
required_enemies = 1
|
|
end_on_antag_death = 0
|
|
antag_tags = list(MODE_WIZARD)
|