diff --git a/cs4700/projects/prolog/adventure/adventure.pl b/cs4700/projects/prolog/adventure/adventure.pl index 3a025d9..f2d75f4 100644 --- a/cs4700/projects/prolog/adventure/adventure.pl +++ b/cs4700/projects/prolog/adventure/adventure.pl @@ -100,7 +100,6 @@ location(flask,chemistry_lab). location(fly,roommate_room). location(goggles,closet). -location(goggles,closet). location(key,coat). location(kitchen_stove, kitchen). location(kitchen_trashcan,kitchen). @@ -111,7 +110,6 @@ location(medium_disk,pylon_a). location(movie, roomate_room). location(note,bedroom). -location(note,bedroom). location(pylon_a,secret_lab). location(pylon_b,secret_lab). location(pylon_c,secret_lab).