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 ..()