mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user