Harvestable Carpotoxin (#19794)

Adds the ability to obtain small amounts carpotoxin from space carps
without having to kill them! Beakers and buckets work, currently, I do
not believe eyedroppers or syringes can be used to do this.

Friendly space carps are now identified as being tame, and I have also
given them a few new idle emotes for additional cuteness.

You can harvest carpotoxin from hostile space carps, but good luck
trying to do that while they're chomping your fingers...

---------

Signed-off-by: ASmallCuteCat <neofelisnebulosa128@gmail.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
ASmallCuteCat
2024-09-13 10:18:42 +00:00
committed by GitHub
co-authored by Fluffy Matt Atlas
parent 821408a3a3
commit f0602604e7
9 changed files with 120 additions and 30 deletions
+1 -1
View File
@@ -262,7 +262,7 @@
if(isanimal(target))
var/mob/living/simple_animal/C = target
if(C.has_udder)
if(C.can_be_milked)
return
other_feed_message_start(user, target)