Fix function call in specific_talk_gentoo(). - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 7292601995a8685b36018764eee1d2b6a889d04b | |
parent 7892d72b25b4118da2cf85712d48ad3fe5052c5d | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 03:12:53 +0100 | |
Fix function call in specific_talk_gentoo(). | |
Diffstat: | |
M act-i/talk-gentoo.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/talk-gentoo.sh b/act-i/talk-gentoo.sh | |
@@ -39,7 +39,7 @@ specific_talk_gentoo() { | |
Chocolate_Milks) | |
_msg "You give a chocolate milk bottle to the spaniard… | |
drinks it in one sip." | |
- givebeer "$item" | |
+ dropitem "$item" | |
;; | |
Old_yoghurt) |