mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Missing Upgrades Feedback Fix (#20924)
Bugfixes- changes weren't committed in original PR :( This PR makes component upgrade text viewable in all circumstances, restores component detection text to RPED, and excludes ship sensors from updating their power draws based on components (they all use a huge number of stock components compared to most machines, so their power draws turned whack. They can be tuned later.) --------- Signed-off-by: Batrachophreno <Batrochophreno@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
727c37fa82
commit
6ab37f221a
@@ -579,6 +579,9 @@
|
||||
if(use_power && health == 0)
|
||||
toggle()
|
||||
|
||||
/obj/machinery/shipsensors/RefreshParts()
|
||||
GetPartUpgradeDesc()
|
||||
|
||||
// For small shuttles
|
||||
/obj/machinery/shipsensors/weak
|
||||
heat_reduction = 1.7 // Can sustain range 4
|
||||
|
||||
Reference in New Issue
Block a user