Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters
This commit is contained in:
@@ -19,7 +19,7 @@ cSnowGolem::cSnowGolem(void) :
|
||||
|
||||
void cSnowGolem::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
AddRandomDropItem(a_Drops, 0, 5, E_ITEM_SNOWBALL);
|
||||
AddRandomDropItem(a_Drops, 0, 15, E_ITEM_SNOWBALL);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user