Skip to content

Commit

Permalink
Меньше кода
Browse files Browse the repository at this point in the history
  • Loading branch information
Drsmail committed Jan 30, 2025
1 parent e13cc9e commit f9bb14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/friendly/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
..()

/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/sliced/cheesewedge) || istype(AM, /obj/item/food)) // SS220 EDIT - Mouse pulling
if(istype(AM, /obj/item/food)) // 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
Expand Down

0 comments on commit f9bb14b

Please sign in to comment.