mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Synth facemask upport fix (#15929)
* Portgus Huge PR on codebase * Huge code fail Incredible skill issue
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user