mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
hydroponics
- Bananas can now be grown (they are now snack/grown/banana) - Sunflowers can now be grown and harvested (very limited use till I add in some seed recipes). Smack people with them for a unique message. - Both seeds are loaded into the seed vendor (for now), vendor is alphabetized. - New seeds added to either of the seed crates. - Move hydroponic items out of the weapon.dm and into hydroponics.dm Nuclear Agents - They have a little S symbol by their head now, that only other Agents can see. Other - Optical Material Scanners are blue goggles now, rather than a blind fold. Map update was just to update all the bananas on clown planet to the new "grown" item path. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1525 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -26,26 +26,6 @@
|
||||
// reagents.add_reagent("nutriment", 2) // this line of code for all the contents.
|
||||
// bitesize = 3 //This is the amount each bite consumes.
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/banana
|
||||
name = "Banana"
|
||||
desc = "A banana."
|
||||
icon = 'items.dmi'
|
||||
icon_state = "banana"
|
||||
item_state = "banana"
|
||||
On_Consume()
|
||||
if(!reagents.total_volume)
|
||||
var/mob/M = usr
|
||||
var/obj/item/weapon/bananapeel/W = new /obj/item/weapon/bananapeel( M )
|
||||
M << "\blue You peel the banana."
|
||||
M.put_in_hand(W)
|
||||
W.add_fingerprint(M)
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("banana", 5)
|
||||
bitesize = 5
|
||||
src.pixel_x = rand(-5.0, 5)
|
||||
src.pixel_y = rand(-5.0, 5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/candy
|
||||
name = "candy"
|
||||
desc = "Nougat love it or hate it."
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
/datum/recipe/bananaphone
|
||||
reagents = list("psilocybin" = 5) //Trippin' balls, man.
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/banana,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
|
||||
/obj/item/device/radio
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/bananaphone
|
||||
@@ -113,7 +113,7 @@
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/flour,
|
||||
/obj/item/clothing/mask/gas/clown_hat,
|
||||
/* /obj/item/weapon/reagent_containers/food/snacks/banana, */
|
||||
/* /obj/item/weapon/reagent_containers/food/snacks/grown/banana, */
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/clownburger
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/egg,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/egg,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/egg,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/banana
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/banana
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/bananabread
|
||||
|
||||
@@ -337,7 +337,7 @@
|
||||
items = list(
|
||||
/obj/item/weapon/reagent_containers/food/snacks/flour,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/flour,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/banana
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/banana
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/pie
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user