Skip to content

Commit

Permalink
[POLICY] [MODULAR] Removes the microbomb from the opfor menu (#2120)
Browse files Browse the repository at this point in the history
* Removed Explosive

* Update modular_nova/modules/opposing_force/code/equipment/implants.dm

---------

Co-authored-by: SomeRandomOwl <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent 287276c commit 9b093dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b093dc

Please sign in to comment.