From 827bfbdeb348d04a417ab827f6766dffa8caab8c Mon Sep 17 00:00:00 2001 From: Reo Lozzot <84661000+ReoDaProtovali@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:52:02 -0500 Subject: [PATCH] Synth facemask upport fix (#15929) * Portgus Huge PR on codebase * Huge code fail Incredible skill issue --- code/modules/clothing/masks/tesh_synth_facemask.dm | 2 +- vorestation.dme | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/masks/tesh_synth_facemask.dm b/code/modules/clothing/masks/tesh_synth_facemask.dm index 7d8b1b63401..a321eb9dca6 100644 --- a/code/modules/clothing/masks/tesh_synth_facemask.dm +++ b/code/modules/clothing/masks/tesh_synth_facemask.dm @@ -56,7 +56,7 @@ visor_state = "Neutral" //This does nothing at the moment, but it's there incase anyone wants to add more states. //Maybe a verb that sets an emote override here if(lstat == DEAD) - visorstate = DEAD + visor_state = DEAD update_icon() diff --git a/vorestation.dme b/vorestation.dme index 4864022d5d7..f6e1cf1b0b9 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2061,6 +2061,7 @@ #include "code\modules\clothing\masks\miscellaneous.dm" #include "code\modules\clothing\masks\miscellaneous_vr.dm" #include "code\modules\clothing\masks\shiny_vr.dm" +#include "code\modules\clothing\masks\tesh_synth_facemask.dm" #include "code\modules\clothing\masks\voice.dm" #include "code\modules\clothing\rings\material.dm" #include "code\modules\clothing\rings\rings.dm"