1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Power Station: add menu image

This commit is contained in:
Jbleezy 2024-01-23 01:58:59 -08:00
parent 19d9125173
commit a4dfe68588
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -269,7 +269,11 @@ function GetMapMaterialName(map, gamemode, location)
gamemode = "zencounter" gamemode = "zencounter"
end end
if location == "power" or location == "tunnel" or location == "cornfield" then if location == "power" then
return "menu_zm_map_transit_blit_power"
end
if location == "tunnel" or location == "cornfield" then
gamemode = "zsurvival" gamemode = "zsurvival"
location = "transit" location = "transit"
end end