Skip to content

Commit

Permalink
fucked by the eternity
Browse files Browse the repository at this point in the history
ladno

Co-authored-by: Filatelele <[email protected]>
  • Loading branch information
k4m3rn and Filatelele authored Dec 19, 2023
1 parent edf949e commit d35a5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/food/packaged.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
/obj/item/reagent_containers/food/packaged/surstromming/proc/trigger_vomit()
var/list/mobs = list()
var/list/objs = list()
get_mobs_and_objs_in_view_fast(get_turf(src),3, mobs, objs, 0)
get_mobs_and_objs_in_view_fast(get_turf(src), 3, mobs, objs, 0)
for(var/mob/living/carbon/human/H in mobs)
if(H.internals && H.internals.icon_state == "internal1")
continue
Expand Down

0 comments on commit d35a5c3

Please sign in to comment.