mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Moves all the organcode down to obj/item/organ
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user