From fdd0eb4b17dfb9943f8a5e68df4a8091e85b20ba Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 16 Apr 2019 15:40:55 -0700 Subject: [PATCH] Update modular_citadel/code/modules/integrated_electronics/subtypes/manipulation.dm Co-Authored-By: BurgerLUA --- .../modules/integrated_electronics/subtypes/manipulation.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/integrated_electronics/subtypes/manipulation.dm b/modular_citadel/code/modules/integrated_electronics/subtypes/manipulation.dm index 548d0b7c64..246205f7b6 100644 --- a/modular_citadel/code/modules/integrated_electronics/subtypes/manipulation.dm +++ b/modular_citadel/code/modules/integrated_electronics/subtypes/manipulation.dm @@ -1,6 +1,6 @@ /obj/item/integrated_circuit/manipulation/electric_stimulator name = "electronic stimulation module" - desc = "Used to induce a target with sexual stimulation with electricity." + desc = "Used to induce sexual stimulation in a target via electricity." icon_state = "power_relay" extended_desc = "The circuit accepts a reference to a person, as well as a number representing the strength of the shock, and upon activation, attempts to stimulate them to orgasm. The number ranges from -35 to 35, with negative numbers reducing arousal and positive numbers increasing it by that amount." complexity = 15 @@ -51,4 +51,4 @@ else visible_message("\The [assembly] electrodes fail to shock [M]!") push_data() - activate_pin(3) \ No newline at end of file + activate_pin(3)