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
This commit is contained in:
Atemo
2019-12-01 22:55:50 +01:00
committed by GitHub
parent 9124d5600f
commit 662a3e597d

View File

@@ -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)