From 662a3e597de25a8a6ddb168da937f7fa3d37e251 Mon Sep 17 00:00:00 2001 From: Atemo Date: Sun, 1 Dec 2019 22:55:50 +0100 Subject: [PATCH] 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 --- npc/re/instances/HorrorToyFactory.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/instances/HorrorToyFactory.txt b/npc/re/instances/HorrorToyFactory.txt index 17bcd17524..92eea51732 100644 --- a/npc/re/instances/HorrorToyFactory.txt +++ b/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)