mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-08 06:12:17 -05:00
Power Station: add menu image
This commit is contained in:
parent
19d9125173
commit
a4dfe68588
BIN
images/menu_zm_map_transit_blit_power.iwi
Normal file
BIN
images/menu_zm_map_transit_blit_power.iwi
Normal file
Binary file not shown.
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user