Commit Graph
144 Commits
Author SHA1 Message Date
BongaTheProto 5afdd65bdb Revert "followup"
This reverts commit 32b361c846.
2023-12-16 10:48:30 -05:00
BongaTheProto 32b361c846 followup 2023-12-15 18:38:06 -05:00
Satile1 a2e02563d4 Voxxie breathe the nitrogens. 2023-11-22 18:28:03 +00:00
BongaTheProtoandGitHub 31d43c4fe7 Merge pull request #947 from remuluson2/messy
Adding Messy trait, Pref for getting splashed with cum
2023-09-23 18:57:28 -05:00
BongaTheProto d9a628e027 followup 2023-09-23 18:31:45 -05:00
Mateusz Dargiel 5fc9e76fde forgot to add define silly goober 2023-09-02 11:02:21 +02:00
Yawet330 b78505c7b9 weh 2023-08-17 07:12:46 +01:00
Yawet330 649a814d12 wow so cool and epic 2023-08-06 17:05:01 +01:00
BongaTheProtoandGitHub 33a9c33e9f Merge pull request #856 from SPLURT-Station/make-code-better
Genital equipment code cleaning
2023-06-17 12:07:45 -05:00
BongaTheProtoandGitHub 4d994fa1f9 Merge pull request #852 from Satile1/HotelComms
Hotel Radio channel! Mapping fixes and flavour
2023-06-14 18:51:28 -05:00
BongaTheProto a18ec96580 fuck it, we use callbacks now
I suppose it's better than having to handle signal logic for every item
2023-06-13 20:23:01 -05:00
BongaTheProto f281a9f3eb Merge branch 'master' into make-code-better 2023-06-13 20:21:29 -05:00
Zattarra ed1e1bc6eb Adds first implementation of Hallowed quirk. 2023-06-11 21:45:59 +09:00
BongaTheProto b950414c84 genital equipment component
holy fuck his was so difficult to get done
2023-06-04 02:53:02 -05:00
WoolyAypa e1c9bb9775 Merge branch 'master' of https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13 into Chastity-system 2023-05-28 13:39:05 -03:00
Satile1 61ef0f337e Hotel Radio channel! Mapping fixes and flavour 2023-05-25 17:09:21 +01:00
BongaTheProto 8c42034e40 only 16 pixels??? Bruh?????
Reinstates the original pixelshift range and also makes the viewport shifting a config so people don't get vertigo from the sliding sprites
2023-05-19 23:35:56 -05:00
WoolyAypa 36f8a4ea71 Merge branch 'master' of https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13 into Chastity-system 2023-04-26 16:12:15 -03:00
Azarak 079f1aa437 Body Morpher Quirk 2023-04-22 10:01:51 +02:00
WoolyAypa 201f6dd717 guhh 2023-03-24 23:47:34 -03:00
WoolyAypa f70e1e901e Merge branch 'master' of https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13 into Chastity-system 2023-03-24 23:46:54 -03:00
Darius c283277fdc Merge branch 'master' into overhaul-quirk-nudist 2023-03-09 23:16:10 -05:00
BongaTheProtoandGitHub db48587b4d Merge pull request #752 from LeDrascol/vampire-overhaul-2
Bloodsucker Fledgling Overhaul: Part 2
2023-03-07 00:23:21 -05:00
BongaTheProto d75cfbcdb8 fixes
wooo
2023-03-02 00:38:11 -05:00
BongaTheProto 3f449fe414 Merge branch 'master' into pr/771 2023-03-01 17:02:13 -05:00
Darius 6737b2a1ce Merge branch 'master' into vampire-overhaul-2 2023-02-23 00:40:22 -05:00
Darius d48025140b Merge branch 'master' into overhaul-quirk-dumb4cum 2023-02-23 00:37:04 -05:00
BongaTheProtoandGitHub e54b1ff4ba Merge pull request #705 from LeDrascol/quirk-rad-immune
New quirk: Rad Fiend
2023-02-22 19:24:10 -05:00
admiralLusitano 9dd6d680e1 Update hud.dm 2023-02-22 20:20:02 -03:00
admiralLusitano ac632b0bcc Final commit, yipee! 2023-02-22 20:20:02 -03:00
BongaTheProtoandGitHub 4f44965172 Merge pull request #765 from SPLURT-Station/old-character-menu
Brings back the old character creation menu
2023-02-20 11:52:05 -05:00
Darius 9ba0f38a7f Merge branch 'master' into overhaul-quirk-nudist 2023-02-19 20:44:08 -05:00
Darius 2a93d4ccba Merge branch 'master' into quirk-rad-immune 2023-02-19 20:40:04 -05:00
Darius c201c1f941 Use proper defines for D4C quirk
Updates the Dumb For Cum quirk to use proper defines for assigned traits and mood events. Also merges the mood events to reduce redundancy.
2023-02-19 20:38:23 -05:00
Darius 86b4f6c6ec Merge branch 'master' into overhaul-quirk-dumb4cum 2023-02-19 20:23:16 -05:00
Darius 2589833163 Nudist quirk refactor
This commit does the following involving the nudist quirk:
- Add examine text
- Add mood gain/loss messages
- Add signal support
- Add proper removal support
- Remove processing
- Remove useless comments
- Remove useless returns

And the following general changes:
- Add signal `COMSIG_MOB_UPDATE_GENITALS` for proc `update_genitals()`
2023-02-19 20:01:52 -05:00
Darius 7fdd375a29 Move quirk mood types to defines
Adds defines to all quirk mood types, and removes their associated variables. Reduces the amount of variables used by quirks.
2023-02-19 17:59:41 -05:00
Darius edea2d78d6 Refactor trait defines
Moves all trait definitions into a single file, fixes inconsistent capitalization, and sorts them into even lists by type. Does the same for species defines.
2023-02-19 17:05:41 -05:00
BongaTheProto 58aa56c57b frankenstein 2023-02-17 22:52:32 -05:00
Darius 71e3fce462 Use is_helpers defines for Bloodfledge trait check
Adds a new is_helpers definition for the bloodfledge trait.
2023-02-13 10:06:11 -05:00
Darius e7bb7b85cd Remove duplicate TRAIT_CLOTH_EATER
Removes a duplicate define for TRAIT_CLOTH_EATER caused during a merge.
2023-02-12 13:25:09 -05:00
DariusandGitHub 13a321b358 Merge branch 'master' into quirk-rad-immune 2023-02-12 16:13:03 +00:00
WoolyAypa 078413e553 Merge branch 'master' of https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13 into Chastity-system 2023-02-11 22:37:34 -03:00
Darius bcf5904b6c Merge branch 'master' into overhaul-quirk-dumb4cum 2023-02-08 21:49:37 -05:00
BongaTheProto 79e84f961a le chars tm
how do you even reach the saves limit brah
2023-02-07 18:31:55 -05:00
BongaTheProtoandGitHub f538e07ca0 Merge pull request #707 from LeDrascol/quirk-fixes-werewolf
Werewolf quirk improvements
2023-02-07 06:56:15 -05:00
Darius f2cf15c590 Refactor Dumb For Cum quirk
This commit makes the following changes
- Adds comments
- Adds trait TRAIT_DUMB_CUM
- Adds mood quirk flag
- Adds quirk removal code
- Removes non-modular edits
- Renames trait TRAIT_DUMB4CUM to TRAIT_DUMB_CUM_CRAVE
- Removes interaction blocks
- Removes useless return functions
- Updates flavor text
- Updates variable names
- Changes reagent process to check for trait before triggering uncrave
- Changes on_spawn event to add event
2023-02-02 17:21:54 -05:00
Darius 157db709ef Remove obsolete heat quirks
Removes quirks In Heat and Estrus Detection, which were merged upstream into Sandstorm.
2023-02-02 15:52:31 -05:00
DariusandGitHub 3c239bb430 Merge branch 'master' into quirk-rad-immune 2023-01-26 14:42:34 +00:00
Darius 8b9ee5af3d Merge branch 'master' into quirk-fixes-werewolf 2023-01-26 09:38:22 -05:00