Skip to content

Commit

Permalink
get_scooped proc now updates holder name and
Browse files Browse the repository at this point in the history
description to the correct info
  • Loading branch information
Nomoresolvalou committed May 18, 2024
1 parent 5da327a commit 6696fc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@

var/obj/item/holder/mob_holder = new holder_type(loc)
src.forceMove(mob_holder)
mob_holder.name = loc.name
mob_holder.name = src.name
mob_holder.desc = src.desc
mob_holder.attack_hand(grabber)

to_chat(grabber, "You scoop up [src].")
Expand Down

0 comments on commit 6696fc7

Please sign in to comment.