[MIRROR] Fixed carps being untameable and fixes tameable code not properly removing itself from something (#6677)

* Fixed carps being untameable and fixes tameable code not properly removing itself from something (#59955)

Fixes #59897

* Fixed carps being untameable and fixes tameable code not properly removing itself from something

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-03 22:23:43 +01:00
committed by GitHub
co-authored by Watermelon914
parent dd6cce5ec2
commit e8a0858a86
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -60,4 +60,4 @@
evil_but_now_not_evil.friends = tamer
evil_but_now_not_evil.faction = tamer.faction.Copy()
RemoveComponent()
qdel(src)
@@ -73,6 +73,7 @@
. = ..()
ADD_TRAIT(src, TRAIT_SPACEWALK, INNATE_TRAIT)
add_cell_sample()
make_tameable()
/mob/living/simple_animal/hostile/carp/add_cell_sample()