Skip to content

Commit

Permalink
Да - это всё надо.
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com>
  • Loading branch information
Drsmail and m-dzianishchyts authored Jan 30, 2025
1 parent f9bb14b commit c0676b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mob/living/simple_animal/friendly/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,10 @@
..()

/mob/living/simple_animal/mouse/start_pulling(atom/movable/AM, state, force = pull_force, show_message = FALSE)//Prevents mouse from pulling things
if(istype(AM, /obj/item/food)) // SS220 EDIT - Mouse pulling
if(isfood(AM)) // SS220 EDIT - Mouse pulling
return ..() // Get dem
if(show_message)
//to_chat(src, "<span class='warning'>You are too small to pull anything except cheese.</span>") // SS220 EDIT - Mouse pulling
to_chat(src, "<span class='warning'>Ты слишком крохотный, чтобы тянуть что-то кроме еды.</span>") // SS220 EDIT - Mouse pulling

return

/mob/living/simple_animal/mouse/proc/on_atom_entered(datum/source, atom/movable/entered)
Expand Down

0 comments on commit c0676b1

Please sign in to comment.