Skip to content

Commit

Permalink
Update ModularTegustation/tegu_items/associations/items.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
Kitsunemitsu and Gboster-0 authored Dec 14, 2024
1 parent 6786b43 commit e54ef92
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 @@ -59,7 +59,7 @@
icon = 'ModularTegustation/Teguicons/teguitems.dmi'
icon_state = "tcorp_syringe"
amount = 1
var/list/usable_roles = list("Civillian", "Office Director", "Office Fixer")
var/list/usable_roles = list("Civilian", "Office Director", "Office Fixer")

/obj/item/attribute_increase/fixer/attack_self(mob/living/carbon/human/user)
//only civilians can use this.
Expand Down

0 comments on commit e54ef92

Please sign in to comment.