mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
fix #5 "Mod disrupts insectoids and mechanoids"
? enum ReactionToSexAct ? entry Ignored set to Uncaring, so they behave identically in numerical comparisons - entry Invalid, as it would behave surprisingly in numerical comparisons (and is currently unused anyway)
This commit is contained in:
parent
211442e7eb
commit
88c735dec7
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
|||
Discomfort = -2,
|
||||
Panic = -3,
|
||||
Nausea = -4,
|
||||
Ignored = -99,
|
||||
Invalid = -100,
|
||||
Ignored = Uncaring,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue