diff --git a/code/modules/spells/spell_types/adminbussed.dm b/code/modules/spells/spell_types/adminbussed.dm index 24f1be236..335066d3a 100644 --- a/code/modules/spells/spell_types/adminbussed.dm +++ b/code/modules/spells/spell_types/adminbussed.dm @@ -158,10 +158,10 @@ var/altered_height altered_height = input(user, "Choose your desired sprite size:\n([MIN_BODYSIZE]-400%)", "Height Alteration") as num|null if(altered_height) - H.size_multiplier = (max(min( round(text2num(altered_height)),400),MIN_BODYSIZE))/100 + H.size_multiplier = (max(min( round(text2num(altered_height)),1000),MIN_BODYSIZE))/100 playsound(user.loc, pshoom_or_beepboopblorpzingshadashwoosh, 40, 1) do_sparks(5, FALSE, user.loc) H.visible_message("[pick("[H] shifts in size!", "[H] alters in height!", "[H] reshapes into a new stature!")]") else - return \ No newline at end of file + return