Skip to content

Commit

Permalink
removes not needed stuff from bake a cake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Nov 30, 2024
1 parent 55c39bb commit f7e1906
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/unit_tests/bake_a_cake.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
var/obj/structure/table/the_table = allocate(/obj/structure/table, table_loc)
var/obj/item/knife/kitchen/a_knife = allocate(/obj/item/knife/kitchen, table_loc)
var/obj/item/reagent_containers/cup/beaker/beaker = allocate(/obj/item/reagent_containers/cup/beaker, table_loc)
/// DOPPLER SHIFT ADDITION BEGIN
beaker.set_cap_status(FALSE)
/// DOPPLER SHIFT ADDITION END
var/obj/item/reagent_containers/condiment/flour/flour_bag = allocate(/obj/item/reagent_containers/condiment/flour, table_loc)
var/obj/item/reagent_containers/condiment/sugar/sugar_bag = allocate(/obj/item/reagent_containers/condiment/sugar, table_loc)
var/obj/item/storage/fancy/egg_box/egg_box = allocate(/obj/item/storage/fancy/egg_box, table_loc)
Expand Down

0 comments on commit f7e1906

Please sign in to comment.