mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fix stack_trace caught when doing rig seals
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
if("helmet")
|
||||
to_chat(M, "<span class='notice'>\The [piece] hisses [!seal_target ? "closed" : "open"].</span>")
|
||||
M.update_inv_head()
|
||||
if(helmet)
|
||||
if(helmet?.light_system == STATIC_LIGHT)
|
||||
helmet.update_light(wearer)
|
||||
|
||||
//sealed pieces become airtight, protecting against diseases
|
||||
|
||||
Reference in New Issue
Block a user