From 9b093dc9dd1f1e06d5f301c36fed15a80353ca2e Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:33:02 +0300 Subject: [PATCH] [POLICY] [MODULAR] Removes the microbomb from the opfor menu (#2120) * Removed Explosive * Update modular_nova/modules/opposing_force/code/equipment/implants.dm --------- Co-authored-by: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- modular_nova/modules/opposing_force/code/equipment/implants.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_nova/modules/opposing_force/code/equipment/implants.dm b/modular_nova/modules/opposing_force/code/equipment/implants.dm index be4641c0ad5..4a1550207b7 100644 --- a/modular_nova/modules/opposing_force/code/equipment/implants.dm +++ b/modular_nova/modules/opposing_force/code/equipment/implants.dm @@ -91,11 +91,13 @@ admin_note = "Allows the user to break handcuffs or e-snares four times, after it will run out and become useless." description = "An implanter that grants you the ability to break out of handcuffs a certain number of times." +/* TODO Removal pending replacement /datum/opposing_force_equipment/implants_illegal/micro name = "Microbomb Implant" admin_note = "RRs the user." item_type = /obj/item/implanter/explosive description = "An implanter that will make you explode on death in a decent-sized explosion." +*/ /datum/opposing_force_equipment/implants_illegal/emp name = "EMP Implant"