Add another missing spellbook model

This commit is contained in:
BenCat07 2019-10-27 15:43:21 +01:00
parent 2f45883735
commit a4f36e82ae

View File

@ -69,6 +69,7 @@ ItemManager::ItemManager() : mapper()
RegisterModelMapping("models/props_halloween/hwn_spellbook_upright.mdl", ITEM_SPELL);
RegisterModelMapping("models/items/crystal_ball_pickup.mdl", ITEM_SPELL);
RegisterModelMapping("models/props_halloween/hwn_spellbook_upright_major.mdl", ITEM_SPELL_RARE);
RegisterModelMapping("models/items/crystal_ball_pickup_major.mdl", ITEM_SPELL_RARE);
RegisterSpecialMapping([](CachedEntity *ent) -> bool { return ent->m_iClassID() == CL_CLASS(CTFAmmoPack); }, ITEM_AMMO_MEDIUM);