From 0567dcd6dfcf156d77016ff6e08e0e2bce3c527c Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Fri, 3 Jan 2020 23:34:37 -0800 Subject: [PATCH] Update godhand.dm --- code/modules/spells/spell_types/godhand.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/spells/spell_types/godhand.dm b/code/modules/spells/spell_types/godhand.dm index 8108b121ae..45c258cdf7 100644 --- a/code/modules/spells/spell_types/godhand.dm +++ b/code/modules/spells/spell_types/godhand.dm @@ -186,7 +186,7 @@ /obj/item/melee/touch_attack/nuclearfist name = "\improper PURE MANLINESS" desc = "SHOW THEM RAW POWER" - catchphrase = "I CAST FIST!" + catchphrase = "VIBE CHECK!!" on_use_sound = 'sound/weapons/nuclear_fist.ogg' icon_state = "disintegrate" item_state = "disintegrate" @@ -216,4 +216,4 @@ P.original = user P.firer = user P.fire() - return ..() \ No newline at end of file + return ..()