mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
stuff (#17605)
This commit is contained in:
@@ -194,12 +194,11 @@
|
||||
if(!target_disease)
|
||||
return
|
||||
using = TRUE
|
||||
// I'll see about this...
|
||||
// var/choice = tgui_alert(user, "What would you like to isolate?", "Isolate", list("Symptom", "Disease"))
|
||||
// if(choice == "Symptom")
|
||||
//. = isolate_symptom(user, target, target_disease)
|
||||
// else
|
||||
. = isolate_disease(user, target, target_disease)
|
||||
var/choice = tgui_alert(user, "What would you like to isolate?", "Isolate", list("Symptom", "Disease"))
|
||||
if(choice == "Symptom")
|
||||
. = isolate_symptom(user, target, target_disease)
|
||||
else
|
||||
. = isolate_disease(user, target, target_disease)
|
||||
using = FALSE
|
||||
|
||||
/obj/item/extrapolator/proc/isolate_symptom(mob/living/user, atom/target, datum/disease/advance/target_disease)
|
||||
|
||||
Reference in New Issue
Block a user