mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
The loadout now properly substitutes job clothing. (#13170)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user