Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[BOUNTY] [WIP] Bloodlings #1103
base: master
Are you sure you want to change the base?
[BOUNTY] [WIP] Bloodlings #1103
Changes from all commits
bd0a033
24c9033
9425a20
31641df
309d042
cd88941
b65ac2a
0c6dfe6
cf2ca9f
e39ade2
6fba3b8
f98767a
717703a
fc2745f
670503c
77e242e
2b501b8
4211dd3
8daa97c
fded4f5
4146c74
deb46ec
e3d13be
d73271d
a6921b9
1943f35
f68620b
2163ca9
825ac6e
39883be
d9af68f
9940815
bb61378
b923bad
ba62642
7fd46a9
42a04da
caa62c3
edb769f
e635c65
b9c6b11
c3c2020
6955e86
331d145
f81df67
3e8540d
6d58386
58555a3
e1def3b
678e124
baf9f2a
ca9eb83
759dddd
5b2b4e5
c0f58a8
2288adb
078deb6
1850f42
2abe106
c941abb
3249fe6
72d7017
b70996b
d33c91b
e26a8ae
13a4a97
cf6a5e7
1a536a8
182ec4c
4beba3a
ae8f66c
ff41db1
227c307
daea3af
65d49f3
00651f8
bca311f
e0b1b70
93551d3
7ea55e8
08556fc
0ac7bd8
7596f80
1bfc289
eea8372
83155d7
e0a775f
2092c2c
1e8a6d1
d69769d
ab53ec5
9fe1f0f
e1cfca1
77f52d5
78b218b
8890cfb
a1eaa26
52931ba
3bd2373
2132c86
bb0ed9f
4ebfb83
4789abe
7f312c4
84aad6a
d8e06b2
229e767
e6ac53c
c4546fb
4b7309e
459aef0
070d892
bb052ee
55e5c97
541e079
d025a16
dcca7e3
55b108c
f4121bc
90bc6db
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 11 in monkestation/code/modules/antagonists/bloodling/abilities/absorb_biomass.dm
GitHub Actions / Run Linters
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.
if multiple actions use this var it might be worth having it be set on the base /bloodling action type, also I dont see a reason to make this be its own proc instead of just being on Activate()
Check failure on line 16 in monkestation/code/modules/antagonists/bloodling/abilities/ascension.dm
GitHub Actions / Run Linters
Check failure on line 16 in monkestation/code/modules/antagonists/bloodling/abilities/ascension.dm
GitHub Actions / Run Linters
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.
Check failure on line 17 in monkestation/code/modules/antagonists/bloodling/abilities/ascension.dm
GitHub Actions / Run Linters
Check failure on line 17 in monkestation/code/modules/antagonists/bloodling/abilities/ascension.dm
GitHub Actions / Run Linters
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.
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.
im so tempted to convert this into a proc because its used in like 5 places now