Renames non-cybernetic implants to bio-chips (#18937)

* CHIPS

* microchip implanter

* more chips to purge

* bio-chip

* catches more things

* tgui

* final merge changes

* Update code/game/machinery/cloning.dm

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

* oops

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
S34N
2022-09-24 14:24:25 +01:00
committed by GitHub
parent 6956bc64a8
commit 924e8cc949
38 changed files with 225 additions and 225 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////
/datum/surgery/implant_removal
name = "Implant Removal"
name = "Bio-chip Removal"
steps = list(
/datum/surgery_step/generic/cut_open,
/datum/surgery_step/generic/clamp_bleeders,
@@ -16,7 +16,7 @@
requires_organic_bodypart = TRUE
/datum/surgery/implant_removal/synth
name = "Implant Removal"
name = "Bio-chip Removal"
steps = list(
/datum/surgery_step/robotics/external/unscrew_hatch,
/datum/surgery_step/robotics/external/open_hatch,
@@ -27,7 +27,7 @@
requires_organic_bodypart = FALSE
/datum/surgery_step/extract_implant
name = "extract implant"
name = "extract bio-chip"
allowed_tools = list(TOOL_HEMOSTAT = 100, TOOL_CROWBAR = 65)
time = 6.4 SECONDS
repeatable = TRUE