Skip to content

Commit

Permalink
random typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuLeinonenVuoksi committed Jun 7, 2024
1 parent 7f8537a commit fff2082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
var/obj/item/item = owner.get_active_held_item()
if(item)
if(IS_EDIBLE(item) && (item.microwave_act(microwaver = owner) & COMPONENT_MICROWAVE_SUCCESS))
to_chat(owner, span_warning("[linked_extract] flares up brightly, and your hands alone are enough cook [item]!"))
to_chat(owner, span_warning("[linked_extract] flares up brightly, and your hands alone are enough to cook [item]!"))
else
item.attackby(fire, owner)
return ..()
Expand Down

0 comments on commit fff2082

Please sign in to comment.