diff --git a/hyperstation/code/obj/vibrator.dm b/hyperstation/code/obj/vibrator.dm index 532aeec4..47b100df 100644 --- a/hyperstation/code/obj/vibrator.dm +++ b/hyperstation/code/obj/vibrator.dm @@ -124,14 +124,14 @@ Code: switch(mode) if(1) //low - to_chat(U, "You feel pleasure surgest through your [G.name]") + to_chat(U, "You feel pleasure surges through your [G.name]") if(2) //med, can make you cum - to_chat(U, "You feel intense pleasure surgest through your [G.name]") + to_chat(U, "You feel intense pleasure surges through your [G.name]") U.Jitter(3) if (U.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) U.mob_climax(forced_climax=TRUE) if(3) //high, makes you stun - to_chat(U, "You feel overpowering pleasure surgest through your [G.name]") + to_chat(U, "You feel overpowering pleasure surges through your [G.name]") U.Jitter(3) U.Stun(30) if (U.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) diff --git a/hyperstation/icons/obj/genitals/belly.dmi b/hyperstation/icons/obj/genitals/belly.dmi index fcc507c9..2b4409d0 100644 Binary files a/hyperstation/icons/obj/genitals/belly.dmi and b/hyperstation/icons/obj/genitals/belly.dmi differ