The loadout now properly substitutes job clothing. (#13170)

This commit is contained in:
Matt Atlas
2022-02-14 19:13:46 +01:00
committed by GitHub
parent ccb71c486a
commit 650f14df92
3 changed files with 45 additions and 4 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ var/list/global/slot_flags_enumeration = list(
return 0
//Next check that the slot is free
if(H.get_equipped_item(slot))
if(H.get_equipped_item(slot) && !bypass_blocked_check)
return 0
//Next check if the slot is accessible.