checked 4 scripts in zm_prison_patch

Checked _zm_game_module_grief.gsc, _zm_game_module_meat.gsc, _zm_game_module_utility.gsc, and _zm_weap_tomahawk.gsc.
This commit is contained in:
JezuzLizard
2020-05-31 18:44:22 -07:00
parent 88cbdf413c
commit 37cdb1b40d
5 changed files with 117 additions and 157 deletions

View File

@ -19,7 +19,11 @@ zm_prison_patch/maps/mp/zombies/_zm_perk_divetonuke.gsc
### The following scripts have been checked, but they have not been tested yet
```
zm_prison_patch/maps/mp/zm_alcatraz_weap_quest.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_grief.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_meat.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_utility.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_blundersplat.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc
```
### The following scripts are not checked yet, uploaded to setup a baseline:
```
@ -48,17 +52,13 @@ zm_prison_patch/maps/mp/zm_prison_sq_wth.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
zm_prison_patch/maps/mp/zombies/_zm_game_module_grief.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_meat.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_meat_utility.gsc
zm_prison_patch/maps/mp/zombies/_zm_game_module_utility.gsc
zm_prison_patch/maps/mp/zombies/_zm_magicbox_prison.gsc
zm_prison_patch/maps/mp/zombies/_zm_melee_weapon.gsc
zm_prison_patch/maps/mp/zombies/_zm_riotshield_prison.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_ballistic_knife.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_claymore.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_riotshield_prison.gsc
zm_prison_patch/maps/mp/zombies/_zm_weap_tomahawk.gsc
```