-
Notifications
You must be signed in to change notification settings - Fork 628
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
Frozen's Rat Competition Reward #8007
base: master
Are you sure you want to change the base?
Conversation
|
||
/client | ||
/// Whether or not the client has spawned a unique pet. | ||
var/spawned_pet = FALSE |
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.
1 this shouldn't be a bespoke var, just use a trait
2 this shouldn't be on client because they can just reconnect to get a new client datum (this is what player details is for)
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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.
please make sure the ooc.dmi in repo is synchronized with the one on server
About the pull request
Adds the rewards for winning the rat competition Frozen ran.
Incorporates #8006
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
add: Added the reward for winning rat competition from Frozen.
add: Added sprites and function for having rats on your shoulder.
/:cl: