diff --git a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm index e4358b250f..88e9df7144 100644 --- a/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm +++ b/modular_splurt/code/modules/ruins/spaceruin_code/hilbertshotel.dm @@ -54,10 +54,10 @@ info = "Welcome to Hilbert's Hotel!
\
\ Each room in the hotel is an unique pocket dimension: You can choose up to 5 rooms per shift, each room you select will remember your actions and belongings, allowing you to create your own personal space.
\ - Inside the complementary guest box you'll find some sweets, each one as unique and delightful as our rooms. Savour them as you relax∼
\ + Inside the complementary guest box you'll find some delightful sweets, savour them as you relax∼
\ Remember, your rooms are always available for you to return to.
\
\ Enjoy your stay∼!
\
\ With love,
\ - Aniya ♥" + -Aniya ♥" diff --git a/modular_splurt/code/modules/spells/spell_types/lewd.dm b/modular_splurt/code/modules/spells/spell_types/lewd.dm index 1414b5c058..9685e87f3e 100644 --- a/modular_splurt/code/modules/spells/spell_types/lewd.dm +++ b/modular_splurt/code/modules/spells/spell_types/lewd.dm @@ -3,8 +3,8 @@ desc = "Cast spells that will cause the target to feel the power of lewd chemistry." include_user = TRUE clothes_req = NONE - invocation_type = "shout" - invocation = "BIGGUS DICKUS" + invocation_type = "whisper" + invocation = "Et invoco..." charge_max = 10 SECONDS cooldown_min = 5 SECONDS icon = 'modular_splurt/icons/obj/syringe.dmi'