-
Notifications
You must be signed in to change notification settings - Fork 271
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
Donator items 012224 #1025
Merged
Merged
Donator items 012224 #1025
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
LikeLakers2
reviewed
Jan 23, 2024
Comment on lines
251
to
256
/datum/loadout_item/head/zed_officercap | ||
/datum/loadout_item/head/zed_offic/datum/loadout_item/suit/aotcloak | ||
name = "Survey Corps Cloak" | ||
item_path = /obj/item/clothing/suit/hooded/aotcloak | ||
donator_only = TRUE | ||
requires_purchase = FALSE | ||
name = "Zed Officer Cap" | ||
item_path = /obj/item/clothing/head/costume/zed_officercap | ||
donator_only = TRUE | ||
requires_purchase = FALSE | ||
ckeywhitelist = list("zedmastermind") |
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.
I... don't think you meant to move the aotcloak to another part of the file - and I especially don't think you meant to remove the ckeywhitelist for the zed_officercap.
The apt cloak thing was my computer having a stroke but the ckey was
intentional. We don't have ckey exclusive outfits, only the pets and
transforms are.
…On Mon, Jan 22, 2024, 23:01 MichiRecRoom ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In monkestation/code/modules/donator/code/datum/loadout.dm
<#1025 (comment)>
:
> -/datum/loadout_item/head/zed_officercap
+/datum/loadout_item/head/zed_offic/datum/loadout_item/suit/aotcloak
+ name = "Survey Corps Cloak"
+ item_path = /obj/item/clothing/suit/hooded/aotcloak
+ donator_only = TRUE
+ requires_purchase = FALSE
name = "Zed Officer Cap"
item_path = /obj/item/clothing/head/costume/zed_officercap
donator_only = TRUE
requires_purchase = FALSE
- ckeywhitelist = list("zedmastermind")
I... don't think you meant to move the aotcloak to another part of the
file - and I especially don't think you meant to remove the ckeywhitelist
for the zed_officercap.
—
Reply to this email directly, view it on GitHub
<#1025 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUI4Y6PKMRQL76QXX2KKY7TYP5N6JAVCNFSM6AAAAABCGNMCOCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQMZXHE4DINBSGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Merged
via the queue into
Monkestation:master
with commit Jan 27, 2024
6686f21
15 of 18 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Adds the donator items for tonymcsp!
Why It's Good For The Game
Changelog
🆑
add: Added tonymcsp's donator items! Thank you for your support!
/:cl: