Skip to content

Commit

Permalink
maybe fix pickle ability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Oct 9, 2023
1 parent 0217cfc commit cb3f01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2168,6 +2168,7 @@ ABSTRACT_TYPE(/datum/job/special/halloween)
var/obj/item/pickle = new type(M.loc)
pickle.setMaterial(getMaterial("pickle"))
M.equip_if_possible(pickle, SLOT_IN_BACKPACK)
M.bioHolder.RemoveEffect("midas") //just in case mildly mutated has given us midas I guess?
M.bioHolder.AddEffect("pickle", magical=TRUE)

ABSTRACT_TYPE(/datum/job/special/halloween/critter)
Expand Down

0 comments on commit cb3f01e

Please sign in to comment.