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:
Zsar 2023-04-19 23:05:16 +02:00
parent 211442e7eb
commit 88c735dec7
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
Discomfort = -2,
Panic = -3,
Nausea = -4,
Ignored = -99,
Invalid = -100,
Ignored = Uncaring,
}
}