Skip to content

Commit

Permalink
bugfix: wolpin with vulps head (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL authored Oct 17, 2023
1 parent 713a192 commit ef1b858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/monkey.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
has_limbs = list(
"chest" = list("path" = /obj/item/organ/external/chest),
"groin" = list("path" = /obj/item/organ/external/groin),
"head" = list("path" = /obj/item/organ/external/head/vulpkanin),
"head" = list("path" = /obj/item/organ/external/head/vulpkanin/wolpin),
"tail" = list("path" = /obj/item/organ/external/tail/monkey/vulpkanin),
"l_arm" = list("path" = /obj/item/organ/external/arm),
"r_arm" = list("path" = /obj/item/organ/external/arm/right),
Expand Down
3 changes: 3 additions & 0 deletions code/modules/surgery/organs/subtypes/vulpkanin.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/obj/item/organ/external/head/vulpkanin
species_type = /datum/species/vulpkanin

/obj/item/organ/external/head/vulpkanin/wolpin
species_type = /datum/species/monkey/vulpkanin

/obj/item/organ/internal/liver/vulpkanin
species_type = /datum/species/vulpkanin
name = "vulpkanin liver"
Expand Down

0 comments on commit ef1b858

Please sign in to comment.