Moved Arousal tab stuff to IC tab

This commit is contained in:
Putnam
2020-01-15 20:14:23 -08:00
parent de4e65c467
commit a1922a459e
2 changed files with 4 additions and 4 deletions
@@ -19,7 +19,7 @@
//Mob procs
/mob/living/carbon/human/proc/underwear_toggle()
set name = "Toggle undergarments"
set category = "Arousal"
set category = "IC"
var/confirm = input(src, "Select what part of your form to alter", "Undergarment Toggling") as null|anything in list("Top", "Bottom", "Socks", "All")
if(!confirm)
@@ -282,7 +282,7 @@
mb_cd_timer = world.time + mb_cd_length
/mob/living/carbon/human/verb/climax_verb()
set category = "Arousal"
set category = "IC"
set name = "Climax"
set desc = "Lets you choose a couple ways to ejaculate."
mob_climax()
@@ -91,7 +91,7 @@
H.update_genitals()
/mob/living/carbon/verb/toggle_genitals()
set category = "Arousal"
set category = "IC"
set name = "Expose/Hide genitals"
set desc = "Allows you to toggle which genitals should show through clothes or not."
@@ -110,7 +110,7 @@
return
/mob/living/carbon/verb/toggle_arousal_state()
set category = "Arousal"
set category = "IC"
set name = "Toggle genital arousal"
set desc = "Allows you to toggle which genitals are showing signs of arousal."
var/list/genital_list = list()