Skip to content

Commit

Permalink
i save the fucking day and replace a single u_equip into unEquip
Browse files Browse the repository at this point in the history
  • Loading branch information
gcoremans committed Feb 18, 2014
1 parent 3b24bb6 commit 9d74d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/transform_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
//now the rest
if (tr_flags & TR_KEEPITEMS)
for(var/obj/item/W in (src.contents-implants))
u_equip(W)
unEquip(W)
if (client)
client.screen -= W
if (W)
Expand Down

0 comments on commit 9d74d4c

Please sign in to comment.