Commit Graph

10 Commits

Author SHA1 Message Date
Spatison
d35cd02578 fix test 2025-10-05 00:01:16 +03:00
Gersoon
908e0ab9cd MakeRespriteGreatAgainPart1 (#644)
* UltraMegaCommit

* Fix1

* Fix2

* Fix3

* Update monotile_frame.yml

* Fix4

* Fix5
2025-06-28 11:30:19 +03:00
astriloqua
f3c659aabe Lambda Fixes (#2394)
# Description

Magistrate, administrative assistant, and prison guard has been removed.
Lambda now has one AI over three. Bar, kitchen, and medical has been
worked on.

![Lambda-0](https://github.com/user-attachments/assets/f3717786-4ad2-43d7-9ea3-5e770a16c964)

---

<details><summary><h1>Extra Media</h1></summary>
<p>

![kitchen](https://github.com/user-attachments/assets/db260160-55b7-4315-b611-0f51a7becced)

![chemistry](https://github.com/user-attachments/assets/1e0e8680-9098-43c6-b073-54312a340f42)

![bar](https://github.com/user-attachments/assets/4f259e7f-b265-4267-b611-58927ca94a5f)

![ai](https://github.com/user-attachments/assets/3ad64dc0-75f1-479d-923e-816cd8b31341)

</p>
</details>

---

# Changelog

🆑 ODJ
- tweak: Cleanup and slight rework of Lambda

(cherry picked from commit 396f9b74e4f8358615f01126ba1798d5a7515729)
2025-05-10 00:51:24 +03:00
dootythefrooty
cfef614103 Crew Monitor Map Fixes (#2302)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Description.

---
This doesn't address the root issue which is that this doesn't happen
automatically, but this will make it so that players don't have to fix
the crew monitor themselves round start.

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/71fa4cb7-b6d1-487f-8efd-8f31eea8d2a1)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- fix: The Crew Monitor server now works on Anchor, Asterisk, Core,
Hive, Lambda, and Pebble roundstart.

Co-authored-by: VMSolidus <evilexecutive@gmail.com>
(cherry picked from commit 89ddb9305ce57249526e82ec0350a0b537f7a401)
2025-04-26 11:39:25 +03:00
Ichaie
1577b46cb9 Add AI Turrets in Maps (#2043)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Add AI Turrets to Gax, Rad, Meta, Cyberiad, Lambda and Bagel
make minor fixes on Cyberiad

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑
- tweak: Gax, Rad, Bagel, Cyberiad, Meta and Lambda now have AI Turrets
- fix: Cyberiad: add missing substation to security, add missing cables
to bridge

(cherry picked from commit 4de5b0e52339d2a9b6f48793ec632308f89d4f82)
2025-03-29 16:10:44 +03:00
VMSolidus
b2400a80c5 Clear Annoying Map Errors (#2002)
Just annoying map errors to clear.

(cherry picked from commit 6909ce9fb31a2d5cb8edf830fbd138cc44629f9b)
2025-03-21 17:26:54 +03:00
Solaris
94a875e6d9 Add Mining Docks and Map Touch Ups (#1953)
# Description

Updating all the maps to have the mining shuttle dock and updating
arrivals on maps that do not dock to the correct locations.

## Core Station

## Mining Renovation

![Core_mining](https://github.com/user-attachments/assets/2bab3931-effa-4391-af55-47a65f185683)

## Glacier

### Mining Renovation

![Glacier_mining](https://github.com/user-attachments/assets/8514cf11-16cf-40ca-b685-fd68161abc4d)

## Lambda

### Mining Renovation

![lambda_mining](https://github.com/user-attachments/assets/21bf97aa-e1ca-4129-a324-e87af7d40700)

## Lighthouse

### Arrivals

![lighthouse_arrivals](https://github.com/user-attachments/assets/c273818b-d544-4fb0-bb4e-953b97b30d4b)

### Mining Department

![lighthouse_mining](https://github.com/user-attachments/assets/248c25c5-7083-4141-8286-b8df9453d3c1)

## Meta

### Mining Renovations

![image](https://github.com/user-attachments/assets/a5d52eae-6f0f-4c93-b250-5c9b0a48e9e4)

## Shoukou

### Mining Renovations

![image](https://github.com/user-attachments/assets/9f4b4897-ab44-42f7-8c3c-f0aaa590ea7f)

---

# TODO

- [X] Lighthouse
- [X] Core
- [X] Glacier
- [X] Lambda
- [X] Meta
- [X] Shoukou

---

# Changelog

🆑
- add: Core, Glacier, Lambda, Lighthouse, Meta, Shoukou have mining
docks now!
- fix: Meta, and Shoukou the pathfinder are docked to the station on
round start.
- fix: Meta wiring to mantis has been fixed.
- add: Core now has supermatter monitoring consoles.
- add: Core now has holopads.
- fix: Lighthouse arrivals now dock at the correct location.

---------

Co-authored-by: Nathaniel Adams <60526456+Nathaniel-Adams@users.noreply.github.com>

(cherry picked from commit 647c006ad38b5966959b5aeaa5a17ab7a0016d39)
2025-03-21 16:59:58 +03:00
Ichaie
03fadfe4bf Lambda Station: Minor Fixes (#1800)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Makes minor fixes to Lambda and removes NRP from emergency_raven

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑 Ichai
- tweak: Lambda: added hardsuit for paramedic, added missing chemvend,
add missing bounty computer on cargo.
- remove: Remove the NRP (L6 and RPG) from emergency_raven

---------

Co-authored-by: VMSolidus <evilexecutive@gmail.com>
(cherry picked from commit b1dcba8802f3086d4c249b2f58eb070b2478f134)
2025-02-28 16:23:36 +03:00
VMSolidus
07eda41cc1 Lambda Fixes (#1753)
# Description

This PR makes a few fixes to the Lambda map. Arrivals is no longer
locked. There's now job spawners for all 4 Senior roles. And the map has
"Multiple AI Job Spawns" that unlock at "Stupidly high pop" levels.
Since it has the largest AI satellite in the entire map rotation, with
THREE Ai cores, we might as well make it 3 AI job slots too.

# Changelog

🆑
- add: Added job spawns for all 4 Senior roles on Lambda Station
- add: Lambda Station now has 3 AI job slots. What? It literally has the
largest AI satellite of any map we have in rotation. Seriously it has an
AI Sat the size of fucking Shoko. Of course it should have more than one
AI slot. This thing is INSANE.
- fix: Fixed arrivals being LOCKED on Lambda Station

(cherry picked from commit bce7401eb3a2663f8633914cdf153f49b1e538e5)
2025-02-15 00:29:17 +03:00
Ichaie
48721adfca Lambda Station (#1715)
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

Adds Lambda Station, a new High Pop map to the rotation!

---

<!--
This is default collapsed, readers click to expand it and see all your
media
The PR media section can get very large at times, so this is a good way
to keep it clean
The title is written using HTML tags
The title must be within the <summary> tags or you won't see it
-->

<details><summary><h1>Media</h1></summary>
<p>

WARNING: The map image is an old version, I couldn't get a more updated
image due to problems with the render.

![Lambda-0](https://github.com/user-attachments/assets/c5b8fb56-a702-40be-bbcd-99efed141e0c)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `🆑` to change the name that appears
in the changelog (ex: `🆑 Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

🆑 Ichai
- add: added Lambda Station, a new High Pop map to the rotation!
- tweak: Added holopads in RadStation

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: stellar-novas <stellar_novas@riseup.net>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
(cherry picked from commit c8182e9e83eecd379821f069dbb57d235317da98)
2025-02-15 00:16:18 +03:00