diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 31e7ff290c..1feedbaf80 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -153,7 +153,7 @@ usr << browse(out, "window=edit_memory[src]") /datum/mind/Topic(href, href_list) - if(!check_rights(R_ADMIN)) return + if(!check_rights(R_ADMIN||R_EVENT)) return if(href_list["add_antagonist"]) var/datum/antagonist/antag = all_antag_types[href_list["add_antagonist"]] diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index f5f1ccdd26..1e7c5bd22f 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1789,13 +1789,13 @@ Departamental Swimsuits, for general use item_state = "hasd_suit" pixel_x = -16 - mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) - if(..()) - if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur)) - return ..() - else - to_chat(H,"This suit is not designed for taurs, and doesn't fit on your body in the slightest.") - return 0 +// mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0) +// if(..()) +// if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur)) +// return ..() +// else +// to_chat(H,"This suit is designed for taurs, and doesn't fit on your body in the slightest.") +// return 0 //Zigfe:Zaoozaoo Xrimxuqmqixzix /obj/item/clothing/head/fluff/zao