From e49bc515e5e79f1e2ba9f535007da2635360c72f Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sun, 16 May 2021 06:53:30 -0600 Subject: [PATCH] Relquen reward hotfix --- hyperstation/code/obj/rewards.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/obj/rewards.dm b/hyperstation/code/obj/rewards.dm index 946e49a3..667e7e81 100644 --- a/hyperstation/code/obj/rewards.dm +++ b/hyperstation/code/obj/rewards.dm @@ -196,5 +196,5 @@ body_parts_covered = HEAD cold_protection = HEAD min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT - flags_inv = HIDEHAIR - mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file + flags_inv = HIDEHAIR|HIDEFACE|HIDEEARS + mutantrace_variation = NO_MUTANTRACE_VARIATION