Skip to content

Commit

Permalink
Update items.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsunemitsu authored Dec 11, 2024
1 parent 6ea7a8b commit 6786b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModularTegustation/tegu_items/associations/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

/obj/item/attribute_increase/fixer/attack_self(mob/living/carbon/human/user)
//only civilians can use this.
if(user?.mind?.assigned_role in usable_roles)
if(!(user?.mind?.assigned_role in usable_roles))
to_chat(user, span_danger("You cannot use this item, as you must not belong to an association."))
return

Expand Down

0 comments on commit 6786b43

Please sign in to comment.