mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Power Station: add menu image
This commit is contained in:
@ -269,7 +269,11 @@ function GetMapMaterialName(map, gamemode, location)
|
||||
gamemode = "zencounter"
|
||||
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"
|
||||
location = "transit"
|
||||
end
|
||||
|
Reference in New Issue
Block a user