mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Remove buildables need power print statement
This commit is contained in:
@ -893,6 +893,10 @@ on_equipment_placed()
|
|||||||
{
|
{
|
||||||
self thread electrictrap_decay(weapon);
|
self thread electrictrap_decay(weapon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wait 0.05;
|
||||||
|
|
||||||
|
weapon.power_on = 1; // removes print statement made by equipment without power
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user