From e5dff044ce7564085a0611cecb1b082c78cfb602 Mon Sep 17 00:00:00 2001 From: CommanderScotty Date: Wed, 3 Oct 2018 21:50:43 -0600 Subject: [PATCH] Update adventure.pl rules "locations(goggles, closet)." and "locations(closet, elsc_south)" had duplicates. --- cs4700/projects/prolog/adventure/adventure.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/cs4700/projects/prolog/adventure/adventure.pl b/cs4700/projects/prolog/adventure/adventure.pl index fcdafff..b79d3be 100644 --- a/cs4700/projects/prolog/adventure/adventure.pl +++ b/cs4700/projects/prolog/adventure/adventure.pl @@ -94,14 +94,12 @@ location(book_b,special_collections). location(book_c,special_collections). location(bunsen_burner,chemistry_lab). -location(closet,eslc_south). location(coat,green_beam). location(combination_gas,ser_conference). location(dirty_clothes, bedroom_closet). location(figurine,bedroom). location(flask,chemistry_lab). location(fly,roommate_room). -location(goggles,closet). location(key,coat). location(large_disk,pylon_a). location(laser,laser_lab).