Fixes eggs not cracking their contents into glasses (#60186)

This commit is contained in:
carshalash
2021-07-14 17:14:30 +01:00
committed by GitHub
parent 1f08928e21
commit 72ec98cac0
@@ -125,7 +125,8 @@
to_chat(user, span_notice("[src] is full."))
else
to_chat(user, span_notice("You break [E] in [src]."))
reagents.add_reagent_list(/datum/reagent/consumable/eggyolk = 2, /datum/reagent/consumable/eggyolk = 4)
reagents.add_reagent(/datum/reagent/consumable/eggyolk, 2)
reagents.add_reagent(/datum/reagent/consumable/eggwhite, 4)
qdel(E)
return
else