Skip to content

Commit

Permalink
Remove 'REMOVE' comments
Browse files Browse the repository at this point in the history
  • Loading branch information
camall3n committed Dec 12, 2022
1 parent e92324b commit f30b501
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,14 +1097,14 @@
(at-z ?b ?z)
(are-seq ?n_start ?n_end)
(present ?b)
; (= (item-hits ?b) 0) ;; REMOVE??
; (= (item-hits ?b) 0)
)
:effect (and
(not (present ?b))
; (increase (agent-num-orchid-flower ?ag) 1)
(not (agent-has-n-orchid-flowers ?ag ?n_flowers_start))
(agent-has-n-orchid-flowers ?ag ?n_flowers_end)
; (assign (item-hits ?b) 0) ;; REMOVE??
; (assign (item-hits ?b) 0)
)
)

Expand Down Expand Up @@ -1133,14 +1133,14 @@
(at-z ?b ?z)
(are-seq ?n_start ?n_end)
(present ?b)
; (= (item-hits ?b) 0) ;; REMOVE??
; (= (item-hits ?b) 0)
)
:effect (and
(not (present ?b))
; (increase (agent-num-oak-sapling ?ag) 1)
(not (agent-has-n-oak-saplings ?ag ?n_start))
(agent-has-n-oak-saplings ?ag ?n_end)
; (assign (item-hits ?b) 0) ;; REMOVE??
; (assign (item-hits ?b) 0)
)
)

Expand Down Expand Up @@ -1169,14 +1169,14 @@
(at-z ?b ?z)
(are-seq ?n_start ?n_end)
(present ?b)
; (= (item-hits ?b) 0) ;; REMOVE??
; (= (item-hits ?b) 0)
)
:effect (and
(not (present ?b))
; (increase (agent-num-birch-sapling ?ag) 1)
(not (agent-has-n-birch-saplings ?ag ?n_start))
(agent-has-n-birch-saplings ?ag ?n_end)
; (assign (item-hits ?b) 0) ;; REMOVE??
; (assign (item-hits ?b) 0)
)
)

Expand Down

0 comments on commit f30b501

Please sign in to comment.