-
Notifications
You must be signed in to change notification settings - Fork 55
Rank 1/Old code auspice gifts #692
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
Open
FalloutFalcon
wants to merge
28
commits into
DarkPack13:master
Choose a base branch
from
FalloutFalcon:rest-of-auspice-gifts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
12c8a34
ahroun ones
FalloutFalcon eca2b46
ye
FalloutFalcon 0f1f4e3
ragabash stuf
FalloutFalcon b8d8d1e
wibble
FalloutFalcon c1726cf
more stuff
FalloutFalcon 992b86a
move code around
FalloutFalcon e6b3f0a
sense wyrm
FalloutFalcon 87d3767
yea
FalloutFalcon 217029c
spirit speech
FalloutFalcon 490124b
philodox
FalloutFalcon 0493aff
little helper tho the ssroll is still soft depricated?
FalloutFalcon f0b6dc1
yea
FalloutFalcon d4bd7bb
copying some code from discs!
FalloutFalcon 1ab1137
ugh. gilliard are really ttrpg innacurate rn
FalloutFalcon 4785806
yea
FalloutFalcon 9779dda
Merge branch 'master' of https://github.com/DarkPack13/SecondCity int…
FalloutFalcon 1429477
tea
FalloutFalcon 0092432
yea
FalloutFalcon 0a1009f
yea
FalloutFalcon e02c84c
yea
FalloutFalcon 5a3f727
better proc
FalloutFalcon 3e51607
yea
FalloutFalcon 37dcb9a
yea
FalloutFalcon 3f712df
Merge branch 'master' of https://github.com/DarkPack13/SecondCity int…
FalloutFalcon aded0f3
Merge branch 'master' into rest-of-auspice-gifts
chazzyjazzy a31ea48
Merge branch 'master' of https://github.com/DarkPack13/SecondCity int…
FalloutFalcon f8ffaa9
fix
FalloutFalcon 3d4c3ae
Merge branch 'rest-of-auspice-gifts' of https://github.com/FalloutFal…
FalloutFalcon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| // mimmics /mob/living/carbon/human/species to allow for quick testing | ||
| /mob/living/carbon/human/splat | ||
| abstract_type = /mob/living/carbon/human/splat | ||
| var/auto_splats = list() | ||
|
|
||
| /mob/living/carbon/human/splat/Initialize(mapload) | ||
| . = ..() | ||
| for(var/splat in auto_splats) | ||
| add_splat(splat) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
modular_darkpack/modules/werewolf_the_apocalypse/code/gauntlet.dm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| /atom/proc/get_gauntlet_rating() | ||
| var/area/vtm/my_area = astype(get_area(src)) | ||
| if(my_area) | ||
| return my_area.gauntlet_rating | ||
| return 7 | ||
|
|
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.