mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #11670 from VOREStation/upstream-merge-8329
[MIRROR] Unequipping mask slot won't disable internals when wearing airtight hats
This commit is contained in:
@@ -173,7 +173,8 @@ This saves us from having to call add_fingerprint() any time something is put in
|
||||
if(I.flags_inv & (BLOCKHAIR|BLOCKHEADHAIR))
|
||||
update_hair(0) //rebuild hair
|
||||
update_inv_ears(0)
|
||||
if(internal)
|
||||
// If this is how the internals are connected, disable them
|
||||
if(internal && !(head?.item_flags & AIRTIGHT))
|
||||
if(internals)
|
||||
internals.icon_state = "internal0"
|
||||
internal = null
|
||||
|
||||
Reference in New Issue
Block a user