diff --git a/README.md b/README.md index cde0c135..2a339fb1 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,7 @@ #### Meat * Gain score by being the team holding the meat -* Gain 250 score to win the game +* Gain 200 score to win the game * Meat powerup always spawns from the first zombie killed * All zombies go after the player holding the meat * Player holding the meat moves at 60% speed diff --git a/scripts/zm/zgrief/zgrief_reimagined.gsc b/scripts/zm/zgrief/zgrief_reimagined.gsc index b5075ef7..c4ba8215 100644 --- a/scripts/zm/zgrief/zgrief_reimagined.gsc +++ b/scripts/zm/zgrief/zgrief_reimagined.gsc @@ -1417,7 +1417,7 @@ get_gamemode_winning_score() } else if(level.scr_zm_ui_gametype_obj == "zmeat") { - return 250; + return 200; } }