mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
11 lines
340 B
Plaintext
11 lines
340 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."
|
|
severity = HARMFUL
|