missing comma

This commit is contained in:
Raeschen
2023-07-05 10:21:45 +02:00
parent 740a877f89
commit 1e2deb86ed
@@ -123,7 +123,7 @@
/obj/structure/largecrate/animal/otie/phoron/Initialize()
starts_with = list(pick(/mob/living/simple_mob/vore/otie/cotie/phoron;2,
/mob/living/simple_mob/vore/otie/red/friendly;0.5
/mob/living/simple_mob/vore/otie/red/friendly;0.5,
/mob/living/simple_mob/vore/otie/red/chubby;0.5)) //ChompEDIT add
return ..()