Moves all the organcode down to obj/item/organ

This commit is contained in:
Majkl-J
2025-02-20 00:06:45 -08:00
parent 05012a4b3d
commit 225199e26b
267 changed files with 981 additions and 985 deletions
+2 -2
View File
@@ -362,10 +362,10 @@ GLOBAL_VAR_INIT(focused_tests, focused_tests())
//Baseturf editors can only go up to ten, stop this.
returnable_list += typesof(/obj/effect/baseturf_helper)
// It's the abstract base type, it shouldn't be spawned.
returnable_list += /obj/item/organ/external/genital
returnable_list += /obj/item/organ/genital
// These two are locked to one type only, and shouldn't be widely available, hence why they runtime otherwise.
// Can't be bothered adding more to them.
returnable_list += list(/obj/item/organ/external/neck_accessory, /obj/item/organ/external/head_accessory)
returnable_list += list(/obj/item/organ/neck_accessory, /obj/item/organ/head_accessory)
//SKYRAT EDIT ADDITION END
return returnable_list