Blindness, Narcolepsy, Pacifism, and uncontrollable sneezing (#11489)

* start work

* blindness actually works now

* doc

* doc you too.

* i desire to sneeze my lungs out

* no punchie

* s

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
Moony
2022-09-29 18:23:12 -05:00
committed by GitHub
parent 36583b89af
commit 0c46f99004
12 changed files with 267 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ namespace Content.Shared.Eye.Blinding
}
blindable.Sources = Math.Max(blindable.Sources, 0);
Dirty(blindable);
}
public void AdjustEyeDamage(EntityUid uid, bool add, BlindableComponent? blindable = null)