Quellcode durchsuchen

backsynch with old repo... (argh)

DrLecter vor 19 Jahren
Ursprung
Commit
747e6c02fa

+ 6 - 0
datapack_development/.project

@@ -5,7 +5,13 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.python.pydev.PyDevBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.python.pydev.pythonNature</nature>
 	</natures>
 </projectDescription>

+ 1 - 1
datapack_development/data/jscript/quests/333_BlackLionHunt/__init__.py

@@ -320,7 +320,7 @@ class Quest (JQuest) :
 		elif event == "f_info":
 			text = int(st.get("text"))
 			if text<4:
-				rnd=int(st.getRandom(21))
+				rnd=int(st.getRandom(20))
 				st.set("text",str(text+1))
 				text_rnd = html+redfoot+f_rnd_list[rnd]+back+htmlend
 				return text_rnd