forgot to move the var
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
health = 35
|
||||
spacewalk = TRUE
|
||||
|
||||
var/regen_cooldown = 0 //Used for Mega carp and Cayenne
|
||||
|
||||
harm_intent_damage = 8
|
||||
obj_damage = 50
|
||||
melee_damage_lower = 15
|
||||
@@ -68,8 +70,6 @@
|
||||
melee_damage_lower = 20
|
||||
melee_damage_upper = 20
|
||||
|
||||
var/regen_cooldown = 0
|
||||
|
||||
/mob/living/simple_animal/hostile/carp/megacarp/Initialize()
|
||||
. = ..()
|
||||
name = "[pick(GLOB.megacarp_first_names)] [pick(GLOB.megacarp_last_names)]"
|
||||
|
||||
Reference in New Issue
Block a user