-
Notifications
You must be signed in to change notification settings - Fork 154
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
Shameless rider kit buff (and to some degree, beastmaster buff) #3233
Shameless rider kit buff (and to some degree, beastmaster buff) #3233
Conversation
adds a capture device to the rider kit, so it's a lot easier to have your own pet chocobo / motorcycle without them constantly dying due to ghouls attacking them or getting stolen due to the lack of keys, buffs beastmaster by adding an additional capture egg to the kit, to hopefully encourage more diversity in battle pets, (i'll probably make an eggless version of the rider kit for cargo if people abuse this)
Oh god linter BS, I’ll solve this when I get home |
Beat it with a rock, rin |
@@ -578,6 +579,7 @@ | |||
|
|||
/obj/item/storage/box/tools/beastmaster/PopulateContents() | |||
new /obj/item/capturedevice(src) | |||
/obj/item/capturedevice(src) |
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.
new
in front if this
@@ -60,8 +60,9 @@ | |||
new /obj/item/brahminbridle(src) | |||
new /obj/item/brahminsaddle(src) | |||
new /obj/item/brahminbrand(src) | |||
/obj/item/capturedevice(src)//hopefully this will make having a pet motorcycle a lot less annoying |
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.
new
in front of this
new /obj/item/choice_beacon/pet/mountable(src) | ||
|
||
/object |
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.
Remove this line
adds a capture device to the rider kit, so it's a lot easier to have your own pet chocobo / motorcycle without them constantly dying due to ghouls attacking them or getting stolen due to the lack of keys, buffs beastmaster by adding an additional capture egg to the kit, to hopefully encourage more diversity in battle pets, (i'll probably make an eggless version of the rider kit for cargo if people abuse this)
About The Pull Request
Pre-Merge Checklist