Changeset 319 for trunk/GameServer.pas
- Timestamp:
- Mar 19, 2021, 3:31:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameServer.pas
r290 r319 4218 4218 result := eInvalid 4219 4219 else if (NewProject and cpIndex < 28) and 4220 (GWonder[NewProject and cpIndex].CityID <> -1) then4220 (GWonder[NewProject and cpIndex].CityID <> WonderNotBuiltYet) then 4221 4221 result := eViolation // wonder already exists 4222 4222 else if (NewProject and cpIndex = imSpacePort) and
Note:
See TracChangeset
for help on using the changeset viewer.