From fec278cb3b40b90d17e3bbe9319a7a4f908d28f5 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Tue, 2 Jun 2020 04:00:19 -0700 Subject: [PATCH] fixed an error in _zm_weap_tomahawk.gsc --- zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc | 2 +- zm_prison_patch/readme.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc b/zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc index f1c6928..8c07094 100644 --- a/zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc +++ b/zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc @@ -392,7 +392,7 @@ tomahawk_hit_zombie( ai_zombie, grenade ) //checked matches cerberus output tag = "J_Spine1"; } v_target = ai_zombie gettagorigin( tag ); - grenade moveto( v_target, 0,3 ); + grenade moveto( v_target, 0.3 ); grenade waittill( "movedone" ); if ( isDefined( ai_zombie ) && isalive( ai_zombie ) ) { diff --git a/zm_prison_patch/readme.md b/zm_prison_patch/readme.md index 8611bd3..faea8dd 100644 --- a/zm_prison_patch/readme.md +++ b/zm_prison_patch/readme.md @@ -53,7 +53,6 @@ zm_prison_patch/maps/mp/gametypes_zm/zgrief.gsc zm_prison_patch/maps/mp/gametypes_zm/zmeat.gsc zm_prison_patch/maps/mp/gametypes_zm/zstandard.gsc - zm_prison_patch/maps/mp/zombies/_zm_afterlife.gsc zm_prison_patch/maps/mp/zombies/_zm_ai_brutus.gsc zm_prison_patch/maps/mp/zombies/_zm_craftables.gsc