Merge pull request #7691 from Kyep/fix_pirate_sentience

Fixes being able to sentience potion pirates & other sentient simple_animals
This commit is contained in:
Fox McCloud
2017-07-24 10:23:16 -04:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
@@ -26,6 +26,7 @@
/obj/item/weapon/melee/energy/sword/pirate)
del_on_death = 1
faction = list("pirate")
sentience_type = SENTIENCE_OTHER
/mob/living/simple_animal/hostile/pirate/ranged
name = "Pirate Gunner"
@@ -25,7 +25,7 @@
loot = list(/obj/effect/landmark/mobcorpse/russian,
/obj/item/weapon/kitchen/knife)
del_on_death = 1
sentience_type = SENTIENCE_OTHER
/mob/living/simple_animal/hostile/russian/ranged
icon_state = "russianranged"
@@ -25,6 +25,7 @@
status_flags = CANPUSH
loot = list(/obj/effect/landmark/mobcorpse/syndicatesoldier)
del_on_death = 1
sentience_type = SENTIENCE_OTHER
///////////////Sword and shield////////////