Fixes some thing I missed on Alt Click Refactor (#28100)

Fixes some thing I missed
This commit is contained in:
SpaceLoveSs13
2024-06-10 11:54:02 +05:30
committed by GitHub
parent a580d5128c
commit bd2f5f93dd
2 changed files with 0 additions and 2 deletions
@@ -123,7 +123,6 @@
attached_hypo = null
update_appearance()
// Ditto here.
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN
else
balloon_alert(user, "Couldn't pull the hypo!")
@@ -11,4 +11,3 @@
/obj/item/reagent_containers/cup/soup_pot/click_alt_secondary(mob/user)
emulsify_reagents = !emulsify_reagents
balloon_alert(user, "Soup cleaning [emulsify_reagents ? "enabled" : "disabled"]!")
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN