1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-19 19:48:53 -05:00

Buried: fix Arthur trap trigger spawning in other game modes

This commit is contained in:
Jbleezy
2023-04-02 16:24:56 -07:00
parent a36769e9f0
commit de547c12f9
2 changed files with 9 additions and 9 deletions

View File

@ -320,6 +320,11 @@ add_jug_collision()
sloth_trap()
{
if (!is_gametype_active("zclassic"))
{
return;
}
trig = spawn( "trigger_box_use", level.cell_door.origin, 0, 64, 64, 64 );
trig.cost = 1000;
trig setcursorhint( "HINT_NOICON" );