Forgot to add VV menu entry for give_disease2

This commit is contained in:
mwerezak
2014-05-24 12:14:16 -04:00
committed by ZomgPonies
parent 9934a32cd3
commit cb5ffe6d2c
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -552,7 +552,7 @@ var/list/admin_verbs_mentor = list(
/client/proc/give_disease(mob/T as mob in mob_list) // -- Giacom
set category = "Fun"
set name = "Give Disease (old)"
set desc = "Gives an (old-style) Disease to a mob."
set desc = "Gives a (tg-style) Disease to a mob."
var/datum/disease/D = input("Choose the disease to give to that guy", "ACHOO") as null|anything in diseases
if(!D) return
T.contract_disease(new D, 1)