From 1707502cdc3df00396bb1a213ae62550fb34f23a Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Mon, 31 Jan 2022 22:10:06 -0800 Subject: [PATCH] Fix Origins error --- scripts/zm/zm_tomb/zm_tomb_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/zm_tomb/zm_tomb_reimagined.gsc b/scripts/zm/zm_tomb/zm_tomb_reimagined.gsc index acfaab49..0dc2070a 100644 --- a/scripts/zm/zm_tomb/zm_tomb_reimagined.gsc +++ b/scripts/zm/zm_tomb/zm_tomb_reimagined.gsc @@ -46,7 +46,7 @@ tomb_special_weapon_magicbox_check(weapon) } if ( isDefined( level.zombie_weapons[ weapon ].shared_ammo_weapon ) ) { - if ( self has_weapon_or_upgrade( level.zombie_weapons[ weapon ].shared_ammo_weapon ) ) + if ( self maps/mp/zombies/_zm_weapons::has_weapon_or_upgrade( level.zombie_weapons[ weapon ].shared_ammo_weapon ) ) { return 0; }