mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes some thing I missed on Alt Click Refactor (#28100)
Fixes some thing I missed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user