From 8b857b545d11ba001a7d2e9a7272e1d1ef8aac8b Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Sat, 14 Dec 2019 17:31:25 -0500 Subject: [PATCH] try to fix travis --- code/modules/mob/living/carbon/human/human_powers_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_powers_vr.dm b/code/modules/mob/living/carbon/human/human_powers_vr.dm index abfc92d0042..1d1954ac331 100644 --- a/code/modules/mob/living/carbon/human/human_powers_vr.dm +++ b/code/modules/mob/living/carbon/human/human_powers_vr.dm @@ -12,5 +12,5 @@ src.touching.clear_reagents() to_chat(src, "Reagents purged!") - return true + return TRUE