* Establishment of peas, at last. Comes with two mutations! (NO SPRITES YET,SAVING SO I LOSE NO WORK) * Fixed some shit in my code, like mispellings and an illegal color. God forgive me. * Eventually, I will find a blue that works. * It helps when you aren't pants on head, and remember to put the equals sign, my dude. * Cleaned up some names, added some comments, and trying to make Pax be captialized in the manipulator * Attempting to fix Pax to be uppercase, also a slight tweak to reagent numbers. * I honestly don't care enough, and it doesn't like me capitalizing Pax, so fuck it. * Cleaned some shit up, fixed a problem I noticed where I forgot an entire line of code because I am Big Big Smart Plant. * Everything should taste now. Thanks to Anne for the advice. (also shifts a few nutriment values about) * because I am stupid, I forgot a comma. * Pray for no map by map. 2nd to last commit. * I really didn't like how the species names looked. * First set of pea sprites complete, shoutouts to TripleZeta * Adds Laughin' Peas sprites! Shoutouts to Stewydeadmike! * fixed a spelling mistake * Hey look ma, it's not a disorganized mess anymore * Bugsquashing... maybe? * Adds World Peas Sprites! Shoutouts to Stewydeadmike! * It would help if I actually put the harvest product and seed product eh? Try to remember to do that next time. * Spriter wasn't happy with old laughpeas sprite. * cleans up taste text, removes empty lines. * better taste for a terrible wine. * Travis leave me alone * Pax reduction Co-authored-by: The0bserver <Gizmomaster777@gmail.com>
68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
/obj/machinery/vending/hydroseeds
|
|
name = "\improper MegaSeed Servitor"
|
|
desc = "When you need seeds fast!"
|
|
product_slogans = "THIS'S WHERE TH' SEEDS LIVE! GIT YOU SOME!;Hands down the best seed selection on the station!;Also certain mushroom varieties available, more for experts! Get certified today!"
|
|
product_ads = "We like plants!;Grow some crops!;Grow, baby, growww!;Aw h'yeah son!"
|
|
icon_state = "seeds"
|
|
products = list(/obj/item/seeds/ambrosia = 3,
|
|
/obj/item/seeds/apple = 3,
|
|
/obj/item/seeds/banana = 3,
|
|
/obj/item/seeds/berry = 3,
|
|
/obj/item/seeds/cabbage = 3,
|
|
/obj/item/seeds/carrot = 3,
|
|
/obj/item/seeds/cherry = 3,
|
|
/obj/item/seeds/chanter = 3,
|
|
/obj/item/seeds/chili = 3,
|
|
/obj/item/seeds/cocoapod = 3,
|
|
/obj/item/seeds/coconut = 3,
|
|
/obj/item/seeds/coffee = 3,
|
|
/obj/item/seeds/cotton = 3,
|
|
/obj/item/seeds/corn = 3,
|
|
/obj/item/seeds/eggplant = 3,
|
|
/obj/item/seeds/grape = 3,
|
|
/obj/item/seeds/grass = 3,
|
|
/obj/item/seeds/lemon = 3,
|
|
/obj/item/seeds/lime = 3,
|
|
/obj/item/seeds/onion = 3,
|
|
/obj/item/seeds/orange = 3,
|
|
/obj/item/seeds/peach = 3,
|
|
/obj/item/seeds/peanutseed = 3,
|
|
/obj/item/seeds/peas = 3,
|
|
/obj/item/seeds/pineapple = 3,
|
|
/obj/item/seeds/potato = 3,
|
|
/obj/item/seeds/poppy = 3,
|
|
/obj/item/seeds/pumpkin = 3,
|
|
/obj/item/seeds/replicapod = 3,
|
|
/obj/item/seeds/wheat/rice = 3,
|
|
/obj/item/seeds/soya = 3,
|
|
/obj/item/seeds/sugarcane = 3,
|
|
/obj/item/seeds/sunflower = 3,
|
|
/obj/item/seeds/strawberry = 3,
|
|
/obj/item/seeds/tea = 3,
|
|
/obj/item/seeds/tobacco = 3,
|
|
/obj/item/seeds/tomato = 3,
|
|
/obj/item/seeds/tower = 3,
|
|
/obj/item/seeds/watermelon = 3,
|
|
/obj/item/seeds/wheat = 3,
|
|
/obj/item/seeds/whitebeet = 3)
|
|
contraband = list(/obj/item/seeds/amanita = 2,
|
|
/obj/item/seeds/glowshroom = 2,
|
|
/obj/item/seeds/liberty = 2,
|
|
/obj/item/seeds/nettle = 2,
|
|
/obj/item/seeds/plump = 2,
|
|
/obj/item/seeds/reishi = 2,
|
|
/obj/item/seeds/cannabis = 3,
|
|
/obj/item/seeds/starthistle = 2,
|
|
/obj/item/seeds/random = 2)
|
|
premium = list(/obj/item/reagent_containers/spray/waterflower = 1)
|
|
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
|
|
refill_canister = /obj/item/vending_refill/hydroseeds
|
|
resistance_flags = FIRE_PROOF
|
|
default_price = 100
|
|
extra_price = 350
|
|
payment_department = ACCOUNT_SRV
|
|
cost_multiplier_per_dept = list(ACCOUNT_SRV = 0)
|
|
|
|
/obj/item/vending_refill/hydroseeds
|
|
icon_state = "refill_hydro"
|