mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Found the issue thanks to Heroman
This commit is contained in:
@@ -87,7 +87,7 @@ var/list/outfits_decls_by_type_
|
||||
/decl/hierarchy/outfit/proc/equip(mob/living/carbon/human/H, var/rank, var/assignment)
|
||||
equip_base(H)
|
||||
|
||||
rank = id_pda_assignment || rank
|
||||
rank = rank || id_pda_assignment
|
||||
assignment = id_pda_assignment || assignment || rank
|
||||
var/obj/item/weapon/card/id/W = equip_id(H, rank, assignment)
|
||||
if(W)
|
||||
|
||||
Reference in New Issue
Block a user