Skip to content

Commit

Permalink
fix(changeling): fixes sticking your finger in someone's ass
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne authored May 12, 2024
1 parent 7add151 commit 5643cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/gamemodes/changeling/helpcode/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
canremove = FALSE
force_drop = TRUE

/obj/item/finger_lockpick/New()
/obj/item/finger_lockpick/Initialize()
. = ..()
if(ismob(loc))
to_chat(loc, SPAN("changeling", "We shape our finger to fit inside electronics, and are ready to force them open."))

Expand Down

0 comments on commit 5643cc3

Please sign in to comment.