hydro mutations are fixed thanks to Urist.

Also....Superxpdude. Check your paths next time for guns. Since you put M1911 with a capital M, but put it with a lowcase m in the pathname. Thus it would not compile.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1849 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
firecage@hotmail.com
2011-07-14 19:19:16 +00:00
parent 1c3a8a3937
commit 82dcf22d59
4 changed files with 17 additions and 18 deletions
+3 -3
View File
@@ -444,10 +444,10 @@
desc = "Oh shit, you're really fucked now."
icon_state = "killertomato"
species = "killertomato"
aggressive = 1
cowardly = 1
health = 75
maxhealth = 75
strength = 19
strength = 0
cycle_pause = 10
patience = 10
view_range = 14
@@ -460,7 +460,7 @@
new /obj/item/weapon/reagent_containers/food/snacks/tomatomeat(src)
special_attack()
if (prob(stun_chance))
target:stunned = max(target:stunned, (strength / 1))
target:stunned = max(target:stunned, (strength / 2))
/obj/livestock/walkingmushroom
name = "Walking Mushroom"