mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-27 15:06:35 +01:00
* Better Viro * Quarantine ship * Lazy... * Roanoake prep * Roanoake * Verbs * Verbs + Logging * Virus breath check
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
|