mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-24 14:36:14 +01:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
/datum/ailment/disability/blind
|
|
name = "Blindness"
|
|
max_stages = 1
|
|
cure = "Unknown"
|
|
affected_species = list("Human","Monkey")
|
|
|
|
/datum/ailment/disability/blind/stage_act(var/mob/living/affected_mob,var/datum/ailment_data/D)
|
|
if (..())
|
|
return
|
|
affected_mob.take_eye_damage(5, 1) |