mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
Forgot to add VV menu entry for give_disease2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user