mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
7 lines
438 B
Plaintext
7 lines
438 B
Plaintext
/datum/responseteam
|
|
var/name = "Default Team" //ERT name.
|
|
var/chance //Probability to get picked.
|
|
var/datum/ghostspawner/human/ert/spawner //This response type's BASE spawner type.
|
|
var/admin = FALSE // if this is a special team that is not supossed to show up in regular rounds
|
|
var/datum/map_template/equipment_map // if this team spawns extra equipment
|