-
Notifications
You must be signed in to change notification settings - Fork 90
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
Techshop keys #652
base: master
Are you sure you want to change the base?
Techshop keys #652
Conversation
makes techshop keys an actual item and not map edit
accidently left it under the ventrue path and didnt change the colors fixed with this commit
I realized that the name of the keys should probably be the same as key name for convenience sake.
@@ -309,6 +309,13 @@ | |||
) | |||
color = "#e8ff29" | |||
|
|||
/obj/item/vamp/keys/techstore |
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.
Adding the item itself is great, but it also has to spawn in with the people who it is relevant to (glass walker werewolves). You should add it to their starting loadout, so we have an actual, in-game use for this item
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 dont know how to do that and was hoping someone else who knows how to would for now it would be just useful for admins to spawn it in incase someone steals them all or something
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.
In that case, please replace the mapped in, varedited versions with these keys at least
@@ -309,6 +309,13 @@ | |||
) | |||
color = "#e8ff29" | |||
|
|||
/obj/item/vamp/keys/techstore |
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.
In that case, please replace the mapped in, varedited versions with these keys at least
About The Pull Request
creates techshop keys as a item rather then a map edit.
Why It's Good For The Game
lets glasswalkers potentially spawn with em and lets admins spawn more in.
Changelog
🆑
added techshop keys as a item.
🆑