Skip to content

Commit

Permalink
Update ipc.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Mar 1, 2024
1 parent 3d37c53 commit 2b25033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/internal/species/ipc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
if(src.type == /obj/item/organ/internal/posibrain/ipc/third)
if(do_after(user, 180, src))
if(prob(10))
new /obj/item/organ/internal/shackles (laws = src.brainmob.laws, loc)
new /obj/item/organ/internal/shackles (loc)
src.unshackle()
user.visible_message("<span class='notice'>\The [user] succesfully remove shackles from \the [src].</span>", "<span class='notice'> You succesfully remove shackles from \the [src]</span>")
else
Expand Down

0 comments on commit 2b25033

Please sign in to comment.