Skip to content

Commit

Permalink
Final changes for 1.5.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-Guhun committed Jun 15, 2020
1 parent ab38119 commit dd00a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions release/table/w3i.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[map]
file_version = 25
map_version = 11668
map_version = 11958
we_version = 6060
map_name = "Titan Land: LoP 1.5.0-alpha1"
map_name = "Titan Land: LoP 1.5.0-alpha2"
author_name = "Guhun"
map_desc = [=[
This is a sandbox roleplaying map!
Expand Down Expand Up @@ -64,7 +64,7 @@ Map by Guhun. Race design by King_Katanova. Special thanks to: Mori, LichKing76

|c00ccccccThe Titans have chosen to discard the old and bring forth the new. From their palace in the heavens, they do not see the consequences brought upon the mortals below. In these trying times, it is up to the denizens of these Lands to forge their own destiny.|r
|c00ffcc00New features:|r Reforged assets. Redesigned UI.]=]
title = "|cff9b870cTitan Land: Lands of Plenty 1.5.0-alpha1|r"
title = "|cff9b870cTitan Land: Lands of Plenty 1.5.0-alpha2|r"
subtitle = "A Land Reforged"

[prologue]
Expand Down
6 changes: 1 addition & 5 deletions release/trigger/07-Player Commands/13-Commands Give.j
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ function Trig_Commands_Give_Conditions takes nothing returns boolean
if playerNumber != PLAYER_NEUTRAL_PASSIVE+1 then
set oldPlayer = udg_PowerSystem_Player

// ---------------------------------------------
// PICK SELECTED UNITS AND CHECK FOR RECT GENERATOR
call Commands_EnumSelectedCheckForGenerator(g, GetTriggerPlayer(), null)


call Commands_EnumSelectedCheckForGenerator(g, GetTriggerPlayer(), null)

if udg_PowerSystem_allFlag then
if GetOwningPlayer(FirstOfGroup(g)) == GetTriggerPlayer() or GetTriggerPlayer() == udg_GAME_MASTER then
Expand Down

0 comments on commit dd00a61

Please sign in to comment.