This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
forked from BeeStation/BeeStation-Hornet
-
Notifications
You must be signed in to change notification settings - Fork 46
Moves experimental mining disks to blood drunk miner #850
Closed
Conversation
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
nednaZ
suggested changes
Dec 14, 2022
code/modules/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner.dm
Outdated
Show resolved
Hide resolved
nednaZ
suggested changes
Dec 30, 2022
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.
Minor things, looks fine otherwise
Comment on lines
758
to
759
var/loot = rand(1,4) | ||
switch(loot) |
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.
Unneeded variable, just put the rand right in the switch
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.
think i did it now, yet not 100% sure
code/modules/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner.dm
Outdated
Show resolved
Hide resolved
if we go down this route we might want to look into making them much stronger, as these are currently rather weak in comparison |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
About The Pull Request
Moves experimental PKA disks from necropolis chests to the blood drunk miner
The miner will drop 1 disk, meaning the other 3 are unobtainable for the shift
Why It's Good For The Game
Literally nobody likes them, i have never seen a single person be happy from having them in the necropolis chest and frankly they should just not be there. Instead moved them to the blood-drunk miner so they arent clogging up random loot in lavaland chests
Changelog
🆑
tweak: Experimental mining PKA disks moved to blood drunk
/:cl: