* touches more or less everthing that is magic
* Other changes I forgot to put in
* removes extra s
* nevermind lets not do drake form
* Apply suggestions from code review
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* Better variable name
* Heart curse removed
* Re adds new stuff
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* Converts Eye Augments to Cybernetic Eyes
* literally not used
* it helps when you properly include all the code
* flashlight eyes
* tweaks
* conflict resolution
* can't have two eyes
* order of operations matters here
* autosurgeon
* Refactors Mutations
* traits
* more work
* styling fix
* yet even more work
* oh hush
* almost there
* it continues yet further
* and that's genetics done
* and that's it folks
* last bit and golem fixup
* oof
* oops
* tweaks and fixes
* styling
* Add a proper emp_act to translator implant
Getting EMP'd as a grey with a translator now causes 20 brain damage and shuts down the translator for a minute.
* Remove brain damage
- skills HUD now shows assigned job
- adding security/medical comments works
- employment records no longer span five screens, and are trimmed
instead.
* Makes slimes have slime jelly for blood, reduces the healing and toxin effects of slime jelly
* Slime jelly is a diffrent colour so it does not look like blood, slime jelly iv bag added, said bag is now found in nanomed plus
* Makes slimes bleed in c o l o u r, makes iron affect exotic blood species.
* Makes slime blood always the same colour as skin, fixing dye and CMA issues
* Fixes iron mistake
* Fix henk stuff
Adds EXOTIC_COLOR trait, used if you want exotic blood to be coloured when splattering, in this case slime blood. Removes uneeded blood data stuff
* Update toxins.dm
* Fixes the black blood issue
By B-B-BLENDING the slime colour with a medium grey, it helps match the blood colour to the true colour of the slime way better, meaning that a default slime that looks grey (but techicaly has pitch black skin codewise) will have grey blood.
* Update code/modules/reagents/chemistry/reagents/toxins.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/mob/living/carbon/human/species/slime.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/reagents/chemistry/reagents/toxins.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/reagents/chemistry/reagents/toxins.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Signals for henk, fixes henks worries, less processing
* Fixes runtime
* Update code/modules/mob/living/carbon/human/species/slime.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/surgery/organs/blood.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/surgery/organs/blood.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/mob/living/carbon/human/species/slime.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/mob/living/carbon/human/species/slime.dm
Co-authored-by: farie82 <joepvelden@hotmail.com>
Co-authored-by: farie82 <joepvelden@hotmail.com>
* PR - Gender Update
Gives Gender three states instead of two. This allows clones of tri-gendered species to properly carry their genders over to new bodies (e.g. Greys, Drask, etc.).
Tristate Gender Set Proc
Tristate Gender Get Proc
Fixes where Binary State was needed.
* Update update_icons.dm
Yeah, let's _not_ have Genderless folks get inconsistently gendered body part sprites (e.g. head, groin, torso mismatch).
* Update dna2.dm
* Update dna2.dm
* Update organ_icon.dm
* Update update_icons.dm
* Update dna2_helpers.dm
* Update organ_icon.dm
Readability (spacing)
* Update dna_injector.dm
* Update dna2.dm
* Changes made per Affected's requests.
Changes made per Affected's feedback.
* Update dna2.dm
Got our heads too deep in using this just for DNA_UI_GENDERr - returning the Set and Get procs to 0, 1, 2 as per Affected's request.
While in there, noticed some housekeeping items:
- reorganized the ranges so they flow numerically now
- changed the ranges so they don't overlap (line 205 having been the worst)
- removed the "else" statement from line 222 since we're using ASSERTS. There shouldn't be a value outside the range of 0 to 2 for this.
* Update plastic_surgery.dm
* Fix
Thanks to AA for basically writing the code for me.
* Added 'get_id_from_hands' proc
* Changed held ID check to use said proc
* ID cards on patients body are now also shown
Probably overthinking it as usual.
Also added a couple of comments.
* Tweaks