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

Reverted Weed #333

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -355,15 +355,6 @@ void onInit(CBlob@ this)
}
else if (rand.NextRanged(100) < 40)
{

if (rand.NextRanged(100) < 70)
{
u32 cost = getRandomCost(@rand, 300, 500);
ShopItem@ s = addShopItem(this, "sell boof", "$COIN$", "coin-" + cost, "ill take this giggly shit off yer hands fer " + cost + " coins.");
AddRequirement(s.requirements, "blob", "boof", "Boof", 1);
s.spawnNothing = true;
}

if (rand.NextRanged(100) < 50)
{
u32 cost = getRandomCost(@rand, 500, 700);
Expand Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const string[] seed_sprites =
"Entities/Natural/Seed/Seed.png", // bush
"Entities/Natural/Seed/Seed.png", // flowers
"Entities/Natural/Seed/Seed.png", // pumpkin
"Entities/Natural/Seed/Seed.png", // protopopov
"Entities/Natural/Seed/Seed.png" // ganja
"Entities/Natural/Seed/Seed.png" // protopopov
};

// names of seeds
Expand All @@ -29,8 +28,7 @@ const string[] seed_names =
"Bush Seed", // bush
"Flower Seed", // flowers
"Pumpkin Seed", // pumpkin
"Protopopov Seed", // protopopov
"Ganja Seed" // ganja
"Protopopov Seed" // protopopov
};

const u32 OPT_TICK = 31;
Expand Down

This file was deleted.

Loading