Merge pull request #855 from CapnMachaddish/wardrobe-detonation

CLOTHESPLOSIONS!
This commit is contained in:
QuoteFox
2021-01-10 11:31:48 +00:00
committed by GitHub
2 changed files with 23 additions and 0 deletions
@@ -464,6 +464,16 @@
if(G.can_climax)
setArousalLoss(min_arousal)
/mob/living/carbon/human/proc/clothesplosion()
var/mob/living/carbon/human/that_guy = src
var/items = that_guy.get_contents()
for(var/obj/item/W in items)
if(W == that_guy.w_uniform || W == that_guy.wear_suit)
that_guy.dropItemToGround(W, TRUE)
playsound(that_guy.loc, 'sound/items/poster_ripped.ogg', 50, 1)
that_guy.visible_message("<span class='boldnotice'>[that_guy] explodes out of their clothes!'</span>")
/mob/living/carbon/human/proc/pick_masturbate_genitals()
var/obj/item/organ/genital/ret_organ
var/list/genitals_list = list()