mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes Diona nymphs producing the wrong meat when butchered (#14759)
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
meat_type = H.species.meat_type
|
||||
icon_state = "spikebloody"
|
||||
else if(istype(victim, /mob/living/carbon/alien))
|
||||
meat_type = /obj/item/reagent_containers/food/snacks/xenomeat
|
||||
var/mob/living/carbon/alien/A = victim
|
||||
meat_type = A.meat_type
|
||||
icon_state = "spikebloodygreen"
|
||||
else
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user