mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
Merge pull request #4186 from Ergovisavi/killer_tomato_parasite_fix
Fixes issue #4185 - Killer tomatos spawning in mobs/mechs/microwaves/etc
This commit is contained in:
@@ -645,7 +645,7 @@ obj/item/weapon/reagent_containers/food/snacks/grown/shell/eggy/add_juice()
|
||||
return
|
||||
user << "<span class='notice'>You begin to awaken the Killer Tomato.</span>"
|
||||
sleep(30)
|
||||
var/mob/living/simple_animal/hostile/killertomato/K = new /mob/living/simple_animal/hostile/killertomato(src.loc)
|
||||
var/mob/living/simple_animal/hostile/killertomato/K = new /mob/living/simple_animal/hostile/killertomato(get_turf(src.loc))
|
||||
K.maxHealth += round(endurance / 3)
|
||||
K.melee_damage_lower += round(potency / 10)
|
||||
K.melee_damage_upper += round(potency / 10)
|
||||
|
||||
Reference in New Issue
Block a user