mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes for 6ba755cb44
This commit is contained in:
@@ -125,6 +125,8 @@
|
||||
brain.forceMove(dummy.loc)
|
||||
allocated += brain
|
||||
|
||||
// BUBBER EDIT REMOVAL BEGIN - This test is non-functional with our mutant bodyparts system
|
||||
/*
|
||||
/datum/unit_test/felinid_ears
|
||||
|
||||
/datum/unit_test/felinid_ears/Run()
|
||||
@@ -137,3 +139,5 @@
|
||||
var/mob/living/carbon/human/anime_dummy = allocate(/mob/living/carbon/human/consistent)
|
||||
anime_dummy.set_species(/datum/species/human/felinid, pref_load = TRUE)
|
||||
TEST_ASSERT(istype(anime_dummy.get_organ_slot(ORGAN_SLOT_EARS), /obj/item/organ/ears/cat), "Felinid with default ears set did not have cat ears on species gain.")
|
||||
*/
|
||||
// BUBBER EDIT REMOVAL END
|
||||
|
||||
Reference in New Issue
Block a user