From 9b37d1c6e2c76222ad19399391248fa83d406c40 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 17 Nov 2021 00:20:32 -0500 Subject: [PATCH] peasant: also take arrow not just get not sure if game does this, but it's what I was trying --- games/peasant/inside_actions.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/peasant/inside_actions.s b/games/peasant/inside_actions.s index 2d75f66a..4f95ec41 100644 --- a/games/peasant/inside_actions.s +++ b/games/peasant/inside_actions.s @@ -17,6 +17,8 @@ hidden_glen_verb_table: .word hidden_glen_haldo-1 .byte VERB_GET .word hidden_glen_get-1 + .byte VERB_TAKE + .word hidden_glen_get-1 .byte VERB_CLIMB .word hidden_glen_climb-1 .byte VERB_JUMP