mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Photophobia quirk (#77032)
## About The Pull Request We already have nyctophobia, so why not have its inverse? Adds the photophobia quirk which causes you to get a negative moodlet while in light and increases flash sensitivity (makes regular eyes as sensitive to flashes as moth eyes and makes moth eyes as sensitive to flashes as maint-adapted chaplain eyes) Sunglasses, welding masks, and things of that nature will negate the negative moodlet Thanks to _distrilul, Eton, and Hardly for helping me with this agony. ## Why It's Good For The Game It's good for quirk variety and adds to roleplay potential. ## Changelog 🆑 add: Photophobia as a negative quirk. /🆑 --------- Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
@@ -34,7 +34,8 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
|
||||
list("Mute", "Soft-Spoken"),
|
||||
list("Stormtrooper Aim", "Big Hands"),
|
||||
list("Bilingual", "Foreigner"),
|
||||
list("Spacer", "Paraplegic")
|
||||
list("Spacer", "Paraplegic"),
|
||||
list("Photophobia", "Nyctophobia"),
|
||||
)
|
||||
|
||||
/datum/controller/subsystem/processing/quirks/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user