Skip to content

Commit

Permalink
MAPS: fix zombie spawn Warehouse
Browse files Browse the repository at this point in the history
Accidentally set a zombie's spawnflag to `s` instead of `1`
  • Loading branch information
DerpedCrusader committed Dec 4, 2023
1 parent ae990a0 commit 87996fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified common/maps/nzp_warehouse2.bsp
Binary file not shown.
2 changes: 1 addition & 1 deletion source/maps/nzp_warehouse2/nzp_warehouse2.map
Original file line number Diff line number Diff line change
Expand Up @@ -4568,7 +4568,7 @@
{
"classname" "spawn_zombie"
"angles" "0 -15 0"
"spawnflags" "s"
"spawnflags" "1"
"targetname" "z9"
"target" "p15"
"origin" "-1669.42 -964.76 481"
Expand Down

0 comments on commit 87996fc

Please sign in to comment.