mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
@@ -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()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed that the EMP implant was visible in the bodyscanner."
|
||||
Reference in New Issue
Block a user