Merge pull request #11028 from Couls/simple-animal-text-fix

Simple mobs text fix
This commit is contained in:
variableundefined
2019-03-13 08:23:02 +08:00
committed by GitHub
3 changed files with 9 additions and 9 deletions
@@ -11,9 +11,9 @@
speak_chance = 1
turns_per_move = 5
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat = 1)
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "stomps the"
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "stomps"
stop_automated_movement = 1
friendly = "pinches"
ventcrawler = 2
@@ -13,9 +13,9 @@
turns_per_move = 5
see_in_dark = 6
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat = 4)
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "kicks the"
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
faction = list("neutral")
attack_same = 1
attacktext = "kicks"
@@ -17,9 +17,9 @@
maxHealth = 5
health = 5
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat = 1)
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_harm = "stamps on the"
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "stamps on"
density = 0
ventcrawler = 2
pass_flags = PASSTABLE | PASSGRILLE | PASSMOB