Fixes that the EMP implant is visible in the bodyscanner (#23067)

Because if it is visible, the surgeons will remove it. Lets give the
antags some leniency.
This commit is contained in:
Casper3667
2026-08-16 16:12:26 +00:00
committed by GitHub
parent 002a9e7960
commit 06377300df
2 changed files with 7 additions and 0 deletions
@@ -7,6 +7,7 @@
origin_tech = list(TECH_MATERIAL = 1, TECH_BIO = 2, TECH_ILLEGAL = 2)
default_action_type = /datum/action/item_action/hands_free/activate/implant/emp
action_button_name = "Activate EMP Implant"
hidden = TRUE
var/uses = 3
/obj/item/implant/emp/activate()
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "Fixed that the EMP implant was visible in the bodyscanner."