瀏覽代碼

Corrected Horror Toy Factory treasure drop

* Fixed an issue where the treasure  chest gave Red Lantern instead of Bloody Coins.
* Fixes #4466
Thanks to @Triedge
Atemo 5 年之前
父節點
當前提交
662a3e597d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      npc/re/instances/HorrorToyFactory.txt

+ 1 - 1
npc/re/instances/HorrorToyFactory.txt

@@ -1424,7 +1424,7 @@ OnTimer1000:
 	case 6:
 		.@num = rand(2,6);
 		for ( .@i = 0; .@i < .@num; .@i++ )
-			makeitem 2976,1, 'xm_d_map$, rand(208,212), rand(134,138);// Red_Lantern
+			makeitem 7642,1, 'xm_d_map$, rand(208,212), rand(134,138);// Bloody_Coin
 		if (rand(1,1000) > 400)
 			makeitem 603,1, 'xm_d_map$,209,136;// Old_Blue_Box
 		if (rand(1,1000) > 800)