Skip to content

Commit

Permalink
bluespace cake technology (ParadiseSS13#25464)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaWilkson authored May 13, 2024
1 parent 11f0f3b commit 23f393a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/food_and_drinks/food/snacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
. += "<span class='notice'>Alt-click to put something small inside.</span>"

/obj/item/food/snacks/sliceable/AltClick(mob/user)
if(!Adjacent(user))
return
var/obj/item/I = user.get_active_hand()
if(!I)
return
Expand Down

0 comments on commit 23f393a

Please sign in to comment.