Skip to content
Werner edited this page Jul 10, 2019 · 3 revisions

This is currently a work in progress while the PR is being finalized

Overview

A ghost-role needs a role definition, which defines what mob is spawned in, what equipment they have and how they look. This is done via the /datum/ghostspawner. There are subtypes for humans (which offerer additional options that are only relevant for humans) and simple mobs.

Unless select_spawnpoint() is specifically overwritten, the first available spawnpoint of the spawnpoint types in var/list/spawnpoints is selected If you wish to overwrite select_spawnpoint() ensure it returns null or a turf

Standards and Guidelines

A collection of standards and guidelines applied to the codebase.

Common API Documentation

Documentation regarding common APIs which speed up feature implementation and should be known by all coders.

Less Common APIs

Documentation for less used APIs that are not often needed.

Subsystems

Documentation regarding our implementation of StonedMC (SMC).

Decrepit

Decrepit or unused systems.

  • Dynamic Maps (Not to be confused with the newer away mission implementation.)
Clone this wiki locally