mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Minor implant fixes (#30892)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
implant_types = list(
|
||||
/obj/item/weapon/implant/loyalty/,
|
||||
/obj/item/weapon/implant/explosive/,
|
||||
/obj/item/weapon/implant/explosive/nuclear,
|
||||
)
|
||||
|
||||
id_type = /obj/item/weapon/card/id/death_commando
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
)
|
||||
|
||||
implant_types = list(
|
||||
/obj/item/weapon/implant/explosive/,
|
||||
/obj/item/weapon/implant/explosive/nuclear,
|
||||
)
|
||||
|
||||
id_type = /obj/item/weapon/card/id/syndicate/commando
|
||||
|
||||
@@ -38,7 +38,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
|
||||
/obj/item/weapon/implant/chem/implanted(mob/implanter)
|
||||
imp_in.register_event(/event/emote, src, .proc/trigger)
|
||||
|
||||
/obj/item/weapon/implant/explosive/handle_removal(mob/remover)
|
||||
/obj/item/weapon/implant/chem/handle_removal(mob/remover)
|
||||
imp_in?.unregister_event(/event/emote, src, .proc/trigger)
|
||||
makeunusable(75)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user