Skip to content

Commit

Permalink
Curator weapons are now all renamable
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 29, 2024
1 parent 7ed4b28 commit dd3c7b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions monkestation/code/modules/jobs/job_types/curator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
. = ..()
if(spawned.mind)
ADD_TRAIT(spawned.mind, TRAIT_OCCULTIST, JOB_TRAIT)

/obj/item/melee/curator_whip
obj_flags = parent_type::obj_flags | UNIQUE_RENAME

/obj/item/claymore/weak/ceremonial
obj_flags = parent_type::obj_flags | UNIQUE_RENAME

/obj/item/knife/hunting
obj_flags = parent_type::obj_flags | UNIQUE_RENAME

0 comments on commit dd3c7b7

Please sign in to comment.