Skip to content

Commit

Permalink
cyberware quirk hotfix (#3098)
Browse files Browse the repository at this point in the history
oopsies!!
  • Loading branch information
ven1883 authored Aug 24, 2024
1 parent 1b21275 commit 503b69a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/controllers/subsystem/processing/quirks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
list("Stormtrooper Aim", "Big Hands"),
list("Bilingual", "Foreigner"),
//might be fun to change this in the future. you can be a body purist but be forced to use implants regardless for medical reasons
list("Body Purist", "Hosed", "Neuralinked")
list("Body Purist", "Hosed"),
list("Body Purist", "Neuralinked"),
list("Body Purist", "Bright Eyes")
)

/datum/controller/subsystem/processing/quirks/Initialize()
Expand Down

0 comments on commit 503b69a

Please sign in to comment.