lizardqueenlexi / orbstation

The official repository of the Orbstation SS13 server, a fork of /tg/station.
https://www.orbstation.space/
GNU Affero General Public License v3.0
7 stars 18 forks source link

engineer tools used for mechanical surgery follow surgery tool behavior #550

Closed flowercuco closed 1 year ago

flowercuco commented 1 year ago

About The Pull Request

image

Why It's Good For The Game

easy mistake, use combat intent to kill people with these

Changelog

:cl: qol: using a wrench on a screwdriver step during mechanical surgery no longer bludgeons your patient /:cl:

flowercuco commented 1 year ago

i might as well list here that the other solution is to overwrite datum/surgery/proc/next_step for the only mechanical surgery (so like, /datum/surgery/organ_manipulation/mechanic/next_step ) and copying everything in the original next step proc and just removing the surgical tool flag but that is copying a lot of code just for the off chance that someone else overwrites something on the wrench or whatever