-
Notifications
You must be signed in to change notification settings - Fork 48
Adjusts the Emag's effect on the Emergency Shuttle #541
Adjusts the Emag's effect on the Emergency Shuttle #541
Conversation
first commit so im very sorry if i messed up in any way i havent dont git much sorry!!!
Please test that your code runs before setting the pull request to "Open" |
sorry! whats a unit test? |
A unit test is what you see down below, the section saying "All checks have passed" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the catgloves changes too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently doesn't even work.
Emagging the shuttle goes straight to the 10 second launch.
ADMIN LOG: Emagged emergency shuttle will launch in 1186 seconds.
SYSTEM ERROR:
The emergency shuttle will launch in 10 seconds
…e thing (adds EMAG_OHNO and adjusts cooldown)
..what |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost ready
code/modules/shuttle/emergency.dm
Outdated
#define EMAG_STAY 1 | ||
#define EMAG_SLIGHT 0.6 | ||
#define EMAG_HEAVY 0.2 | ||
#define EMAG_OHNO 0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too low.
That takes a 3 minute shuttle to 18 seconds. Might as well just keep the old one.
I'd suggest .25
code/modules/shuttle/emergency.dm
Outdated
#define EMAG_DOUBLE 2 | ||
#define EMAG_STAY 1 | ||
#define EMAG_SLIGHT 0.6 | ||
#define EMAG_HEAVY 0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Takes a 3 minute shuttle to 36 seconds.
I'd suggest .35
Co-authored-by: nednaZ <62958508+nednaZ@users.noreply.github.com>
|
||
obj_flags |= EMAGGED | ||
SSshuttle.emergency.movement_force = list("KNOCKDOWN" = 60, "THROW" = 20)//YOUR PUNY SEATBELTS can SAVE YOU NOW, MORTAL | ||
SSshuttle.emergency.movement_force = list("KNOCKDOWN" = 60, "THROW" = 20) //YOUR PUNY SEATBELTS can SAVE YOU NOW, MORTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was getting compile errors with this comment so added whitespace to be certain
About The Pull Request
Adjusts the emag to continuously multiply the shuttle timer, giving crewmembers more than 10 seconds to get on board once an emag is used
Why It's Good For The Game
Makes the emag less broken, especially for hijack missions
Closes #247
Testing Photographs and Procedure
Screenshots&Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
balance: tweaked the emag effect in the escape shuttle
/:cl: