Added a few new stuff to botany. I will now list them:

Grape: Yes, you can now grow grapes.
      Green Grapes: This is a mutation of grapes containing a certain healing chemical.
      Cabbage: I also added cabbage for you kiddies to rgwo big and strong.
      Pumpkins: WE GOT PUMPKINS!!!
      Killer Tomatoes: These are dangerous..beware(Mutation of Tomato)

There are two new pieces of clothing added which only an admin can spawn.

Morgan's tears got renamed to Ambrosia Vulgaris.

Admins can now spawn Roaches. This is Nanotrasen afterall.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1848 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
firecage@hotmail.com
2011-07-14 17:34:35 +00:00
parent 81abcea3e0
commit 1c3a8a3937
17 changed files with 257 additions and 21 deletions
+36
View File
@@ -439,6 +439,29 @@
stun_chance = 40
intelligence = "Assistant"
/obj/livestock/killertomato
name = "Killer Tomato"
desc = "Oh shit, you're really fucked now."
icon_state = "killertomato"
species = "killertomato"
aggressive = 1
health = 75
maxhealth = 75
strength = 19
cycle_pause = 10
patience = 10
view_range = 14
intelligence = "Captain"
var/stun_chance = 10 // determines the prob of a stun
New()
..()
new /obj/item/weapon/reagent_containers/food/snacks/tomatomeat(src)
new /obj/item/weapon/reagent_containers/food/snacks/tomatomeat(src)
new /obj/item/weapon/reagent_containers/food/snacks/tomatomeat(src)
special_attack()
if (prob(stun_chance))
target:stunned = max(target:stunned, (strength / 1))
/obj/livestock/walkingmushroom
name = "Walking Mushroom"
desc = "A...huge...mushroom...with legs!?"
@@ -472,6 +495,19 @@
patience = 50
view_range = 7
/obj/livestock/roach
name = "Roach"
desc = "A cute large roach."
icon_state = "roach"
species = "roach"
aggressive = 1
health = 15
maxhealth = 15
strength = 2
cycle_pause = 10
patience = 50
view_range = 7
/obj/livestock/bear
name = "ninja space bear"
desc = "Its sight is unbearable to your eye."