Skip to content
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

Replaces Frank the turtle from the Jungleland Mining base with Bismuth the Triceratops (also adds a new pet, Bismuth the triceratops) #22238

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cowbot92
Copy link
Contributor

@cowbot92 cowbot92 commented Jun 27, 2024

Credit for the sprites go to @cuackles

Document the changes in your pull request

Removes Frank from jungle land
Adds Bismuth to the game
Adds Bismuth to jungle land

Why is this good for the game?

Variety is the spice of life

Testing

image

Spriting

image

image

image

Changelog

🆑
rscadd: Adds new pet: Bismuth the Triceratops
imageadd: Adds sprites for a triceratops
mapping: Adjusts jungle land pets
/:cl:

@cowbot92 cowbot92 requested review from a team as code owners June 27, 2024 18:49
@Yogbot-13 Yogbot-13 added DME Edit This PR affects the yogstation.DME file Feature This adds new content to the game Sprites This PR has spriting changes labels Jun 27, 2024
@cowbot92 cowbot92 changed the title Replaces Frank the turtle from the Jungleland Mining base with Bismuth the Triceratops (also adds a new pet, Bismuth thee triceratops) Replaces Frank the turtle from the Jungleland Mining base with Bismuth the Triceratops (also adds a new pet, Bismuth the triceratops) Jun 27, 2024
@github-actions github-actions bot added the Mapping Will result in a change to a map. label Jun 27, 2024
@cowbot92 cowbot92 requested a review from a team as a code owner June 27, 2024 21:25
@github-actions github-actions bot added the Config Config files need to be changed on the host for this to work label Jun 27, 2024
@Moltijoe
Copy link
Contributor

Wheres the down and up facing directions

var/cap = CONFIG_GET(number/bismuthcap)
if (LAZYLEN(SSmobs.bismuth) > cap)
if(prob(30))
new /mob/living/simple_animal/triceratops(loc)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh, huh, why?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its a reference

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bonus bismuth (up to 6)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what

It is a reference to the game Pathfinder: Wrath of the righteous where you are given a tool which allows you to summon 6 dinosaurs, all named bismuth who scale with you. The reason there is 6 max is because you can only have 6 party members

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be 5 max, since how are you gonna use an item without anyone in the party

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be 5 max, since how are you gonna use an item without anyone in the party

no trust me

@cowbot92
Copy link
Contributor Author

Wheres the down and up facing directions

there isnt one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Config Config files need to be changed on the host for this to work DME Edit This PR affects the yogstation.DME file Feature This adds new content to the game Mapping Will result in a change to a map. Sprites This PR has spriting changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants