Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Skills #22683

Merged
merged 43 commits into from
Dec 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9ce76d7
skill issue
SapphicOverload Oct 7, 2024
9913ea7
this shouldn't be here
SapphicOverload Oct 7, 2024
dda6cdd
more stuff
SapphicOverload Oct 7, 2024
dac65ea
bit of rebalancing
SapphicOverload Oct 7, 2024
a1c48f6
i hate javascript!!!
SapphicOverload Oct 8, 2024
c1a810a
more balance
SapphicOverload Oct 8, 2024
d510f1c
stuff
SapphicOverload Oct 8, 2024
b3ee2f6
things
SapphicOverload Oct 9, 2024
96ff7f6
fixed some stuff
SapphicOverload Oct 15, 2024
053cef0
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Oct 15, 2024
aa9f2f7
hacking
SapphicOverload Oct 17, 2024
4830523
ghost roles
SapphicOverload Oct 17, 2024
97151f7
fix
SapphicOverload Oct 18, 2024
3c777b6
crafting skill requirements
SapphicOverload Oct 18, 2024
4c2d46e
real menu button
SapphicOverload Oct 18, 2024
ad8b347
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Oct 18, 2024
aa3c3f7
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Oct 18, 2024
e9bfc21
cyborg
SapphicOverload Oct 19, 2024
7cef28c
fixed IPC repair
SapphicOverload Oct 19, 2024
c6fd7d8
new skill icons
SapphicOverload Oct 19, 2024
31490d1
fix + rebalancing
SapphicOverload Oct 19, 2024
64399ef
skill icons 2
SapphicOverload Oct 19, 2024
b95448f
exploit fixed
SapphicOverload Oct 20, 2024
ee3dabf
chem dispenser fix
SapphicOverload Oct 20, 2024
7fa94e6
fix again
SapphicOverload Oct 20, 2024
c7fb868
clockwork style
SapphicOverload Oct 20, 2024
a2e26ea
genetics
SapphicOverload Oct 21, 2024
0eadd5f
science fix
SapphicOverload Oct 21, 2024
219ba71
progress bar indicators
SapphicOverload Oct 31, 2024
845ed80
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Oct 31, 2024
589566a
minor refactor + rebalance
SapphicOverload Nov 1, 2024
63cc83b
dna console fix
SapphicOverload Nov 1, 2024
9768a62
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Nov 1, 2024
ba17312
exploit fix
SapphicOverload Nov 24, 2024
307f6cb
progress bar
SapphicOverload Nov 24, 2024
0b82574
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Nov 24, 2024
97dc170
more like evilscript
SapphicOverload Nov 24, 2024
4675a1a
remove exploit
SapphicOverload Nov 27, 2024
b22d530
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Dec 4, 2024
7ad64a8
fix
SapphicOverload Dec 4, 2024
2decf23
Merge remote-tracking branch 'upstream/master' into skill-issue
SapphicOverload Dec 8, 2024
d4fb826
why is round ID a string???
SapphicOverload Dec 12, 2024
06d9159
another day, another exploit fixed
SapphicOverload Dec 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
this shouldn't be here
SapphicOverload committed Oct 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9913ea7e914e144318b13568203d957a29669ddb
2 changes: 0 additions & 2 deletions code/game/mecha/mecha_defense.dm
Original file line number Diff line number Diff line change
@@ -478,8 +478,6 @@

/obj/mecha/atom_break(damage_flag)
. = ..()
if(wrecked)
return
wrecked = TRUE
repair_state = MECHA_WRECK_CUT
repair_hint = span_notice("The parts are scattered apart, but can be <b>welded</b> back together.")