mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
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:
co-authored by
Fluffy
Matt Atlas
parent
821408a3a3
commit
f0602604e7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user