mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-30 03:05:29 +00:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: chompstation-ci[bot] <199999496+chompstation-ci[bot]@users.noreply.github.com> Co-authored-by: sunofang <38206283+sunofang@users.noreply.github.com> Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
/datum/disease/darkness
|
|
name = "Dark Exposure"
|
|
form = "Bluespace Micro-fissures"
|
|
max_stages = 4
|
|
spread = NON_CONTAGIOUS
|
|
cure_text = "Exposure to light and the real world"
|
|
agent = "Bluespace Exposure"
|
|
viable_mobtypes = list(/mob/living/carbon/human)
|
|
desc = "If left untreated, subject will lose grip on reality."
|
|
danger = HARMFUL
|