Skip to content

Commit

Permalink
Added new synonym, 'card', to securityCard (fob); added onto test 'sc…
Browse files Browse the repository at this point in the history
…an fob twice consecutively' to test synonyms 'id' and 'card' for fob.
  • Loading branch information
libraun committed Sep 24, 2024
1 parent e50f9d5 commit b74ab5a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion untitledHeistGame.inf
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ has static door ~open locked concealed;

Object securityCard "Security Key Fob"
with
name 'security' 'fob' 'id' 'identification' 'pass' 'key',
name 'security' 'fob' 'id' 'identification' 'pass' 'key' 'card',
description [;
print "This is a small plastic key fob with a fake name you gave them during the hiring process. ";
if(player in Tutorial){
Expand Down
13 changes: 13 additions & 0 deletions untitledHeistGame.test
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ The Lobby
> scan fob
(first taking the Security Key Fob)
You insert the fob into the scanner.
> undo
> undo
> scan id
> scan id
(first taking the Security Key Fob)
You insert the fob into the scanner.
> undo
> undo
> scan card
> scan card
(first taking the Security Key Fob)
You insert the fob into the scanner.

* get/drop key from receptionist area

Expand Down Expand Up @@ -636,6 +648,7 @@ The computer boots
> s
> s
> jimmy door with card
> coffee card
You unlock the office door and open it!
> e
Ellie's Office
Expand Down

0 comments on commit b74ab5a

Please sign in to comment.