Removing unused vore files and commented out code.

This commit is contained in:
Ghommie
2020-01-29 06:38:09 +01:00
parent 27cd7745ed
commit 20e08d992f
11 changed files with 0 additions and 689 deletions
-6
View File
@@ -400,10 +400,4 @@
taste_message += "they haven't bothered to set their flavor text"
else
taste_message += "a plain old normal [src]"
/* if(ishuman(src))
var/mob/living/carbon/human/H = src
if(H.touching.reagent_list.len) //Just the first one otherwise I'll go insane.
var/datum/reagent/R = H.touching.reagent_list[1]
taste_message += " You also get the flavor of [R.taste_description] from something on them"*/
return taste_message