Commit Graph
6 Commits
Author SHA1 Message Date
Darius 8f8d521365 D4C quirk parity improvements
This commit makes the following changes:
- Added pacifism trait to D4C craving
- Added D4C craving text to illiteracy warning
- Updated text for cum_stuffed mood event
- Updated D4C craving removal to trigger regardless of timer
- Fix incorrect type assignment for craving trait removal

Adds Dumb For Cum quirk craving checks to:
- Mob proc can_read
- PDA send_message
- PDA receive_message
2023-02-06 20:21:12 -05:00
Darius ad0239b5de Replace all modular HTML spans with defines spans
In total:
- Adds span defines for `reallybig hypnophrase`, `big warning`, `header`
- Fixes a missing apostrophe for hypno stare
- Makes a special exception for cuddling.dm, which uses an irregular span
- Puts the spans file back
2023-01-16 04:05:27 -05:00
Darius ecdbe5ade6 Fix a silly typo with empath headpats
Prevents Headpat Slut from reviving physical affection. The physical affection will remain eradicated.
2022-12-10 23:21:46 -05:00
Darius 29c10aadd0 Add the funny BYOND dots to empath quirk detection
Adds ". = ..()" to the function
2022-12-10 11:17:43 -05:00
Darius 99289a5ff5 Minor headpat quirk detection changes
- Adds a newline to the two messages to prevent line issues.
- Moves the pronoun variables after the escape clause
- Simplifies can-pat text
- Disables unused pronouns
2022-12-10 10:20:59 -05:00
Darius 516d13bedd Allow empath and friendly to sense headpat traits
Empath and Friendly quirks add an inspect text to targets that identifies if they have Headpat Slut or Distant quirks.
2022-12-10 08:17:14 -05:00