under 100 now
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
harm_intent_damage = 10
|
||||
butcher_results = list(/obj/item/organ/brain = 1, /obj/item/organ/heart = 1, /obj/item/reagent_containers/food/snacks/cakeslice/birthday = 9, \
|
||||
/obj/item/reagent_containers/food/snacks/meat/slab = 2)
|
||||
response_harm = "takes a bite out of"
|
||||
response_harm_simple = "takes a bite out of"
|
||||
attacked_sound = 'sound/items/eatfood.ogg'
|
||||
deathmessage = "loses its false life and collapses!"
|
||||
death_sound = "bodyfall"
|
||||
|
||||
@@ -18,9 +18,6 @@ var/charges = 3
|
||||
var/datum/action/innate/unburden/speed
|
||||
var/datum/action/innate/recharge/power
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/species/golem/calorite/on_species_gain(mob/living/carbon/C, datum/species/old_species)
|
||||
..()
|
||||
if(ishuman(C))
|
||||
@@ -101,7 +98,7 @@ var/charges = 3
|
||||
|
||||
for(var/mob/living/L in view(3, owner))
|
||||
if(iscarbon(L))
|
||||
if(!HAS_TRAIT(L, TRAIT_GOTTAGOFAST))
|
||||
if(!L.has_movespeed_modifier(/datum/movespeed_modifier/reagent/stimulants))
|
||||
L.reagents.add_reagent(/datum/reagent/consumable/caloriteblessing, 5)
|
||||
|
||||
else
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
AddElement(/datum/element/wuv, "purrs!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "hisses!", EMOTE_AUDIBLE)
|
||||
AddElement(/datum/element/mob_holder, held_icon)
|
||||
|
||||
/mob/living/simple_animal/pet/slugcat/update_canmove()
|
||||
/mob/living/simple_animal/pet/slugcat/update_mobility()
|
||||
..()
|
||||
if(client && stat != DEAD)
|
||||
if (resting)
|
||||
|
||||
Reference in New Issue
Block a user