Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shitmed Update, Bug Fixes, and Engine Update #63

Merged
merged 11 commits into from
Nov 24, 2024

Conversation

sleepyyapril
Copy link
Contributor

@sleepyyapril sleepyyapril commented Nov 24, 2024

Description

Includes:


Changelog

🆑 Mocho, deltanedas

  • add: Ported Ghetto Surgery from Deltanedas!
  • add: Ported fishops organs from Deltanedas!
  • add: Added different step durations to each surgery step.
  • add: Added a T2 research for advanced surgical tools
  • add: Added a T3 research for an omnitool for surgery.
  • add: Added Surgical and Advanced Surgical modules for Mediborgs
  • add: Mediborgs can now perform surgery!
  • add: Added lobotomies as an operation. Godspeed you psychopaths.
  • add: Added cybernetic arms, legs and eyes.
  • add: Added EMP weaknesses to all cybernetic parts (the day of reckoning will come for IPCs soon)
  • add: Losing your eyes now blinds you.
  • fix: Fixed harpy lungs not being usable in surgeries.
  • fix: Fixed biosynthetic and other printable parts not allowing you to attach body parts to them.
  • fix: Fixed fire being able to delimb you.
  • fix: Fixed entities being able to take over your body by just inserting a brain or another head on top of you.
  • fix: Fixed some shitcode that didnt let rejuvenate or godmode work properly.
  • fix: Fixed bionic arm, and cybernetic eyes traits not working properly due to shitty networking.
  • tweak: Increased tend wounds's speed by double, and bumped up the values on its calculations. DEATH TO TOPICALS, LEAVE THOSE TO TIDERS.
  • tweak: Beheading an entity now doesnt let it move, speak, and forces it to the ground immediately (literally 1984!!11!!)
  • tweak: Changed sprites on most surgical tools to now use /tg/ sprites.
  • tweak: Unbound shitmed targeting doll keybinds by default (did you know we have those).

@TheDen-Bot TheDen-Bot changed the title Shitmed update, bug fixes, and engine update Shitmed Update, Bug Fixes, and Engine Update Nov 24, 2024
Copy link
Contributor

github-actions bot commented Nov 24, 2024

RSI Diff Bot; head commit 6b3f8c5 merging into be6b810
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Objects/Specific/Medical/Surgery/bonesetter.rsi

State Old New Status
bonesetter Modified
predator_bonesetter Removed
inhand-left Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/cautery.rsi

State Old New Status
cautery Modified
inhand-left Modified
inhand-right Modified

Resources/Textures/Objects/Specific/Medical/Surgery/drill.rsi

State Old New Status
drill Modified
inhand-left Modified
inhand-right Modified
0 Removed
100 Removed
25 Removed
50 Removed
75 Removed

Resources/Textures/Objects/Specific/Medical/Surgery/scalpel.rsi

State Old New Status
inhand-left Modified
inhand-right Modified
scalpel Modified

Resources/Textures/Objects/Specific/Medical/Surgery/bone_gel.rsi

State Old New Status
bone-gel Removed
bone-gel_0 Removed
bone-gel_25 Removed
bone-gel_50 Removed
bone-gel_75 Removed
predator_bone-gel Removed

Resources/Textures/Objects/Specific/Medical/Surgery/scissors.rsi

State Old New Status
hemostat-inhand-left Removed
hemostat-inhand-right Removed
hemostat Removed
inhand-left Removed
inhand-right Removed
retractor Removed
setter-inhand-left Removed
setter-inhand-right Removed
setter Removed

Resources/Textures/Mobs/Aliens/Carps/carp_parts.rsi

State Old New Status
tail Added
torso Added

Resources/Textures/Mobs/Customization/cyberlimbs/bishop/bishop_main.rsi

State Old New Status
l_arm-combined Added
l_leg-combined Added
r_arm-combined Added
r_leg-combined Added

Resources/Textures/Mobs/Species/IPC/organs.rsi

State Old New Status
eyes Added

Resources/Textures/Objects/Specific/Medical/Surgery/adv-retractor.rsi

State Old New Status
adv-retractor-on Added
adv-retractor Added
inhand-left-on Added
inhand-left Added
inhand-right-on Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/bone-gel.rsi

State Old New Status
bone-gel Added
inhand-left Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/circular-saw.rsi

State Old New Status
circular-saw Added
inhand-left Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/drapes.rsi

State Old New Status
drapes Added
inhand-left Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/e-cautery.rsi

State Old New Status
e-cautery-on Added
e-cautery Added
inhand-left-on Added
inhand-left Added
inhand-right-on Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/e-scalpel.rsi

State Old New Status
e-scalpel-on Added
e-scalpel Added
inhand-left-on Added
inhand-left Added
inhand-right-on Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/hemostat.rsi

State Old New Status
hemostat Added
inhand-left Added
inhand-right Added

Resources/Textures/Objects/Specific/Medical/Surgery/oldscalpel.rsi

State Old New Status
inhand-left Added
inhand-right Added
scalpel Added

Resources/Textures/Objects/Specific/Medical/Surgery/omnimed.rsi

State Old New Status
inhand-left Added
inhand-right Added
omnimed Added

Resources/Textures/Objects/Specific/Medical/Surgery/retractor.rsi

State Old New Status
inhand-left Added
inhand-right Added
retractor Added

Resources/Textures/Objects/Specific/Robotics/borgmodule.rsi

State Old New Status
icon-advanced-surgery Added
icon-surgery Added

Edit: diff updated after 6b3f8c5

sleepyyapril and others added 5 commits November 23, 2024 20:15
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Updates to engine version v237.2.0.
Fixes disposals systems breaking and not using the proper direction.

---------

Co-authored-by: sleepyyapril <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>
@sleepyyapril sleepyyapril merged commit c1891c5 into master Nov 24, 2024
13 of 14 checks passed
@sleepyyapril sleepyyapril deleted the shitmed-update-and-engine-update branch November 24, 2024 00:46
TheDen-Bot pushed a commit that referenced this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant