mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
/datum/responseteam/mercenary
|
|
name = "Independent Mercenaries"
|
|
chance = 10
|
|
spawner = /datum/ghostspawner/human/ert/mercenary
|
|
|
|
/datum/responseteam/kataphracts
|
|
name = "Kataphracts"
|
|
chance = 15
|
|
spawner = /datum/ghostspawner/human/ert/kataphract
|
|
|
|
/datum/responseteam/syndicate
|
|
name = "Syndicate Commandos"
|
|
spawner = /datum/ghostspawner/human/ert/commando
|
|
admin = TRUE
|
|
chance = 1 |