mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #3589 from CHOMPStation2/upstream-merge-12079
[MIRROR] Buffs speed of protean blobs
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
health = 200
|
health = 200
|
||||||
say_list_type = /datum/say_list/protean_blob
|
say_list_type = /datum/say_list/protean_blob
|
||||||
|
|
||||||
// ai_inactive = TRUE //Always off //VORESTATION AI TEMPORARY REMOVAL
|
|
||||||
show_stat_health = FALSE //We will do it ourselves
|
show_stat_health = FALSE //We will do it ourselves
|
||||||
|
|
||||||
response_help = "pets the" //CHOMP Edit
|
response_help = "pets the" //CHOMP Edit
|
||||||
@@ -36,7 +35,7 @@
|
|||||||
max_n2 = 0
|
max_n2 = 0
|
||||||
minbodytemp = 0
|
minbodytemp = 0
|
||||||
maxbodytemp = 900
|
maxbodytemp = 900
|
||||||
movement_cooldown = 2 //CHOMP Edit
|
movement_cooldown = 2
|
||||||
|
|
||||||
var/mob/living/carbon/human/humanform
|
var/mob/living/carbon/human/humanform
|
||||||
var/obj/item/organ/internal/nano/refactory/refactory
|
var/obj/item/organ/internal/nano/refactory/refactory
|
||||||
|
|||||||
Reference in New Issue
Block a user