Revert "Merge pull request #1055 from DragonTrance/apparition-antagonist"

This reverts commit 5488e82e13, reversing
changes made to fa04b528f9.
This commit is contained in:
QuoteFox
2021-03-26 05:59:30 +00:00
parent 5488e82e13
commit 04d01ed851
16 changed files with 0 additions and 1235 deletions
@@ -32,8 +32,6 @@
/datum/reagent/fermi/breast_enlarger/on_mob_add(mob/living/carbon/M)
. = ..()
if(iswendigo(M))
return
if(!ishuman(M)) //The monkey clause
if(volume >= 15) //To prevent monkey breast farms
var/turf/T = get_turf(M)
@@ -166,8 +164,6 @@
/datum/reagent/fermi/BEsmaller_hypo/on_mob_add(mob/living/carbon/M)
. = ..()
if(iswendigo(M))
return
if(!M.getorganslot("vagina"))
if(M.dna.features["has_vag"])
var/obj/item/organ/genital/vagina/nV = new
@@ -212,8 +208,6 @@
/datum/reagent/fermi/penis_enlarger/on_mob_add(mob/living/carbon/M)
. = ..()
if(iswendigo(M))
return
if(!ishuman(M)) //Just monkeying around.
if(volume >= 15) //to prevent monkey penis farms
var/turf/T = get_turf(M)
@@ -357,8 +351,6 @@
/datum/reagent/fermi/PEsmaller_hypo/on_mob_add(mob/living/carbon/M)
. = ..()
if(iswendigo(M))
return
if(!M.getorganslot("testicles"))
if(M.dna.features["has_balls"])
var/obj/item/organ/genital/testicles/nT = new