mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
Borough: fix wallbuy chalks counting as buildables
This commit is contained in:
@ -2021,7 +2021,7 @@ updatebuildables()
|
||||
{
|
||||
foreach (stub in level._unitriggers.trigger_stubs)
|
||||
{
|
||||
if (IsDefined(stub.equipname))
|
||||
if (IsDefined(stub.equipname) && stub.equipname != "chalk")
|
||||
{
|
||||
stub.cost = stub get_equipment_cost();
|
||||
stub.trigger_func = scripts\zm\replaced\_zm_buildables_pooled::pooled_buildable_place_think;
|
||||
|
Reference in New Issue
Block a user