This commit is contained in:
Metis
2024-09-16 19:44:49 -04:00
parent f7f35396b4
commit 74faebef8d
25 changed files with 1175 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
var/obj/item/toy/plush/partner
var/obj/item/toy/plush/plush_child
var/obj/item/toy/plush/paternal_parent //who initiated creation
var/obj/item/toy/plush/maternal_parent //who owns, see love()
var/obj/item/toy/plush/maternal_parent //who owns, see love()a
var/static/list/breeding_blacklist = typecacheof(/obj/item/toy/plush/carpplushie/dehy_carp) // you cannot have sexual relations with this plush
var/list/scorned = list() //who the plush hates
var/list/scorned_by = list() //who hates the plush, to remove external references on Destroy()