Skip to content
Snippets Groups Projects
Commit beb78a23 authored by Karlsen Adiyasa Bachtiar's avatar Karlsen Adiyasa Bachtiar
Browse files

change boss weight to zero

parent 5bc00291
No related merge requests found
......@@ -7,7 +7,7 @@ public class MONSTER_WEIGHT
public const int ZOMBUNNY = 1;
public const int ZOMBEAR = 1;
public const int ZOMHELLEPHANT = 3;
public const int BOSS = 5;
public const int BOSS = 0;
public static int GetWeightByTag(int tag)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment