commit | 18985db2445a1144f80706dcc5b4f1767b364968 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Mon Dec 03 13:32:07 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Mon Dec 03 13:32:07 2018 +0100 |
tree | 65349bf887da0fa5ec50da6a435917bad585d227 | |
parent | a0d676165b114213834c4f0d925e6bbf5336e176 [diff] |
Im Spellbook kommt bei OK 0 zurueck ... Change-Id: I84cb8fe1de5d95a6055e649a667c87a9051a4bde
diff --git a/obj/axt3.c b/obj/axt3.c index d61ed2c..b8504ff 100644 --- a/obj/axt3.c +++ b/obj/axt3.c
@@ -46,5 +46,5 @@ return BSLF( "Dies ist Kawumms persoenliche Axt. Sie ist so dermassen unhandlich, " "dass Du sie nicht zuecken kannst."); - return 1; + return 0; }