-
Notifications
You must be signed in to change notification settings - Fork 566
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
No burrow surfacing on lifeboats/unburrowable areas #5603
Closed
hislittlecuzingames
wants to merge
40
commits into
cmss13-devs:master
from
hislittlecuzingames:No-Burrow-On-Lifeboats
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
6f9088e
Testing out a new map
hislittlecuzingames 9120bdd
some changes
hislittlecuzingames 73b9f74
Testing Areas
hislittlecuzingames aa0a701
Added Flanker Zone
hislittlecuzingames da281fa
Created first drafts of first frontline combat
hislittlecuzingames 81b5dc5
Some work on combat encounters
hislittlecuzingames 3865c5f
Some work on testmap
hislittlecuzingames 7f34a3e
More detailing
hislittlecuzingames 4dd36cb
Lots of CC SE work
hislittlecuzingames 9deeda7
Completed Version 1
hislittlecuzingames 352a659
Minor work
hislittlecuzingames af248d5
detailing
hislittlecuzingames b05e787
backup space hulk and isaac lament
hislittlecuzingames e236225
fixed syntax
hislittlecuzingames 70da50e
undone syntax to what it was.
hislittlecuzingames 662fba4
Added surface block for unable to burrow.
hislittlecuzingames f521199
added surface check.
hislittlecuzingames 1f383f2
Added no tunnel to lifeboat area.
hislittlecuzingames 1dc206e
Delete maps/map_files/Space_Hulk/space_hulk.dmm
hislittlecuzingames 05cbb41
Delete maps/map_files/TestMap/TestMap.dmm
hislittlecuzingames 6152f1a
Delete maps/map_files/IsaacsLament/IsaacsLament.dmm
hislittlecuzingames cc4657e
Update maps.dm
hislittlecuzingames 5400ee2
Update __game.dm
hislittlecuzingames 30bb25b
Update burrower_powers.dm
hislittlecuzingames bfa0e49
Merge branch 'master' into No-Burrow-On-Lifeboats
hislittlecuzingames 1ea2143
Update burrower_powers.dm
hislittlecuzingames 437f82f
Update burrower_powers.dm
hislittlecuzingames b3b9f8a
Update burrower_powers.dm
hislittlecuzingames 68d4955
Merge branch 'master' of https://github.com/cmss13-devs/cmss13 into N…
hislittlecuzingames 638d411
Merge branch 'No-Burrow-On-Lifeboats' of https://github.com/hislittle…
hislittlecuzingames fa1a3c8
Update __game.dm
hislittlecuzingames 8c4a5e0
Update maps.dm
hislittlecuzingames d890a5c
Delete maps/map_files/IsaacsLament/IsaacsLament.dmm
hislittlecuzingames 6a4b3b2
Delete maps/map_files/TestMap/TestMap.dmm
hislittlecuzingames 671a7e9
Delete maps/map_files/Space_Hulk/space_hulk.dmm
hislittlecuzingames 2666955
Fixed plural self reference for xeno flavour
hislittlecuzingames d760afb
removed map artifacts
hislittlecuzingames 18580cb
Merge branch 'No-Burrow-On-Lifeboats' of https://github.com/hislittle…
hislittlecuzingames 1f5757a
Removed code I don't remember writing but Git says I did and I can't …
hislittlecuzingames 9d3e7d8
Update code/game/area/shuttles.dm
hislittlecuzingames 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 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 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
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.
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 is unnecessary; its already done further down at line 129/134 so should revert this change.
The difference is you spend some time trying to tunnel there and find out you can't - which is fine.
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.
Without that code, it wouldn't work.
It lets them surface.
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.
Did you test this? Because I can comment it out and it still is checked because its a duplicate check as I said.
So either you need to more clearly specify what conditions require this duplicate check; but I don't currently see any situation this isn't simply redundant.