mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
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:
@@ -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////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user