mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-20 22:42:54 +00:00
* Mimestrogen start * Removes some clown bits from Mimestrogen * Forgot to use M instead of C when copying a line * Fixes the emote. Hadn't realised it calls an emote instead doing a custom one. * Uses mind.miming instead of the mute trait * Makes the screen greyscale, some comments in the code * Fixed perma greyscale * Changed a mime_message. * Removes an unneeded variable The variable was already commented out anyway. * Forgot something in a comment * Fixed the description and added a drink description * Recipes for Mimestrogen * Stops Vox from taking damage that's for IPC * Moved a comment one space * Wrong variable for the pasted check * Remove proposed recipe 1, add a comment space * Change check method for damage dealing Instead of relying on syntheticness, it's better to check if the individual is affected by Toxin damage or not. Also removes some unneeded comments. * Just so I don't have to deal with a conflict. * Make the tox_mod check work better Makes it so people can't heal from a negative tox mod. * Accidentally had a line to remove Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * makes mind.miming switch make more sense Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Applying suggestion from code review I don't know why there needs to be a line between client.color and update_client_colour so I've just done an if else with the trait removal in both. Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * funny -> entertaining Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> * Better formatting in message list Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> --------- Signed-off-by: WenlockTheBritishHobo <168675688+WenlockTheBritishHobo@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>