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