110 Commits

Author SHA1 Message Date
evilew b1ae9eb41c testing first bras
cleaned up the code a bit

current problems:
- belly organ covers the clothes
- the change doesn't happen dynamically, need to put the suit on and off
2023-11-30 15:04:34 +01:00
evilew 6227dd1f76 cryopods reflavor, small antag tweaks
nothing really changed other than sprites and flavor text.

also nerfed high-chaos and antag events. Also fixed minor tweaks
2023-09-28 03:11:50 +02:00
psq95 cb43bf0dfc Label GS13 changes
Since commit 5084020 on Jan 30, 2023
2023-08-29 21:50:24 +01:00
psq95 0d02c67321 Tag adjustment of sprite ranges 2023-08-29 21:50:02 +01:00
psq95 653b33c6bf Adjust sprite ranges in char setup
Belly: 1-12 -> 1-10
Butt: 0-5 -> 1-10

Butt actually has an extra sprite (11) but I think 1-10 for both is better for consistency.
2023-05-22 22:25:54 +01:00
Sonoida 9d93a55549 ass sprite fix + some meta fix bullshit
thanks, VV
2023-02-03 22:22:07 +01:00
Sonoida a7b062e7af VV's WG sprites!
Thank you VV for making these. I'll tweak them a bit later to make sure everything is finished but this is the main thing.

Also this commit includes nuclear bomb message tweak because I forgot to put in a seperate commit, oops
2023-01-30 19:54:47 +01:00
SomeGuyEatingPie 5e435003cf Fixed the Fix
I fixed the fuck up I made when I tried to fix my fuck up
2022-04-25 19:25:38 +01:00
SomeGuyEatingPie c00f40af59 Fixed Genitals Disapering
Fixed my fuckup
2022-04-25 19:11:05 +01:00
simplysable 755c193e8c Update dildos.dm
Added Stun Time and BruteLoss for the "killer dildo".
when user uses "suicide" verb they climax instantly.
2022-04-24 22:20:03 -07:00
mirrormagic1 03784f73dd Merge branch 'master' of https://github.com/SimplySable/DoinItRight 2022-04-24 20:20:03 -04:00
mirrormagic1 624279f3b1 Update dildos.dm
Added the missing size adjective to the if statement.
2022-04-24 20:19:56 -04:00
SimplySable 81c3130e73 Update belly.dm
Adjusted Belly.DM file so it calls to the belly textures in hyperstation.
2022-04-24 16:26:25 -07:00
mirrormagic1 2a33f33487 Killer dildo addition
Added a killer dildo, Will kill you if you suicide with it twice. Does 100 brute, 20 oxy dmg, and stuns for 400 ticks.
item id: "obj/item/dildo/flared/killer"

Added the killer dildo sprite "dildo_flared_6"
2022-04-24 18:38:35 -04:00
SomeGuyEatingPie e8cd028501 Second sprite pass
Re-sprited the bellys to look more pleasing.
Expanded the menu options for belly sizes.
Commented out the condition statement that draws Boobs behind the belly.
2022-04-04 20:12:47 +01:00
quotefox d0070cdab2 Poll Winner: Cum drips after creampie. + Fix to fleshlights.
lewd.
2021-09-14 04:00:49 +01:00
quotefox 8fd8ea5380 Denbu Draft - Butt enhancer, stocked in kinkmates
Just like other genital enhancers, you now have a backside enhancer.
2021-09-13 21:15:45 +01:00
Haha26315 55edb8961d Fix buttcolor saving.
Adds missing writefile to hyper's preferences_savefile. Groups these features more in line with formatting in the rest of the file.
2021-08-15 04:23:50 -04:00
haha26 0054c5b276 Rework genital layering
Creates a new mutable icon for the ass to allow it to overlap hands from one direction, and be occluded by them from another.  Butts DMI changed to reflect two sets of sprites, with directions split between them. Side-profiles trimmed to prevent it from occluding wrists.
TL;DR: Quote sprited the Whole Ass so I'm going to Use the Whole Ass.
2021-08-04 04:03:25 -04:00
haha26 c07263a2ac Fix genital layering
Ensures butts are layered in front of uniforms, but behind hands. Fixes belly changes from fix-hiding-butt.
2021-08-04 00:12:17 -04:00
haha26 f2a1ebff33 Unlock butt size 5
Allows selection of butt size 5 from hyperstation/icons/obj/genitals/butt.dmi and reworks descriptions for it.
2021-08-03 21:22:23 -04:00
haha26 0a5cca9d33 Fix hiding butt
Should allow players to properly hide and reveal the new anus organ by bringing it in line with belly code.
2021-08-03 20:22:32 -04:00
haha26 b35f675d99 Descriptions for ass sizes.
Makes it so examining someone reflects the size of the ass they have. Also fixes the shape of bellies from "Pair" to "round", though this is not currently used anywhere.
2021-08-03 19:37:48 -04:00
quotefox 362e3346cc Fix. 2021-07-20 12:51:03 +01:00
quotefox 4e404560d1 finally. 2021-07-20 12:27:17 +01:00
quotefox 2008649eb3 pain
pain
2021-07-20 12:20:49 +01:00
quotefox 357749cd5f Hyper butts
players can now have larger asses.
2021-07-20 11:59:33 +01:00
quotefox ccad1678ea New gential; Anus
Ass cheeks next. and works with fleshlights and vibrators.
2021-07-20 04:20:41 +01:00
RachelDoe 714c737735 Portal Panties make you cum + built in Qol
Test Description Please Ignore
2021-06-28 05:49:51 +02:00
QuoteFox e243a2cbc1 Revert "Titters n' stuff." 2021-05-15 04:43:19 +01:00
SaintHusky 423cf46cce Boobies 2021-05-12 15:40:26 +02:00
QuoteFox 8e47799cb8 message fix fleshlight 2021-05-11 13:46:37 +01:00
QuoteFox 12ee6c6f43 Cum inflation options and belly sizes.
fun
2021-05-10 18:28:22 +01:00
RachelDoe a5c2b540b7 Fix TRAIT_HEAT not being removed correctly
I believe proc REMOVE_TRAIT wanted you to specify what kind of trait it is that you wanted to remove. Haven't checked the proc behavior yet but when investigating its use through the code it does hint strongly that this is the case. 
Tested it on a private server and it appears to successfully remove TRAIT_HEAT when I do a var check on a character.
2021-05-08 09:46:05 +02:00
QuoteFox bd5fd2413c third time the charm 2021-05-06 00:14:17 +01:00
QuoteFox 6c2b1faa22 Portal fleshlight, now has impreg chances.
stop asking.
2021-05-05 12:51:55 +01:00
QuoteFox 68120e2583 Virile and Macro, Micro traits. Impregnation Chance
More lewd code.
2021-04-27 16:55:22 +01:00
QuoteFox 69af075ab7 Portal Fleshlight Anonymity
Doesnt tell you who your partner is now. lewd.
2021-04-27 13:09:55 +01:00
QuoteFox 17b49ab022 Arousal menu update, Impreg chance 2021-04-25 12:41:15 +01:00
QuoteFox 2f29e73a20 Cumming into containers now add overlay, Work on your aim. Cumming into containers now tells you how much you jizzed. 2021-04-20 19:17:19 +01:00
QuoteFox bee56ad0f6 Portal Fleshlights 2021-04-16 20:40:01 +01:00
DragonTrance ef819d7bae comment 2021-03-11 22:07:51 -07:00
DragonTrance 2c781e48f1 size 4 => size 3 2021-03-11 22:06:56 -07:00
DragonTrance ed6bbed38f smol organs always hide under clothing 2021-03-11 21:59:02 -07:00
QuoteFox bed67d5301 genital detail 2021-02-07 13:05:14 +00:00
QuoteFox a23e172cae breasts fix - fuck 2021-02-06 05:20:21 +00:00
QuoteFox dd2456b0b6 new penis size 5, 32+ inches 2021-02-05 01:37:13 +00:00
QuoteFox 161e4ac09e belly fix, desc
belly fix, desc
2021-02-04 01:26:36 +00:00
QuoteFox 1a903bb54a belly fix
belly fix
2021-01-31 18:52:04 +00:00
QuoteFox ad375d374d ball fix
ball fix
2021-01-31 01:38:48 +00:00