Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Sep 18, 2023
1 parent 174265d commit cc02c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/food/code/food.dm
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@

/obj/item/reagent_containers/food/snacks/fathersoup/On_Consume(mob/M, mob/user)
. = ..()
user.visible_message("<span class='notice'>У [M] на лбу аж пот выступает от [src].</span>")
user.visible_message("<span class='notice'>У [M] на лбу аж пот выступает.</span>")
if(prob(33))
var/soup_talk = "Ух бля..."
M.say(soup_talk)
Expand Down

0 comments on commit cc02c10

Please sign in to comment.