Skip to content

Commit

Permalink
Update code/game/objects/items/tools/misc_tools.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Git-Nivrak and Drulikar authored Apr 25, 2024
1 parent f5a2e5b commit 5caa7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/misc_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
return
if(istype(A, /obj/item/storage/pill_bottle))
var/obj/item/storage/pill_bottle/target_pill_bottle = A
target_pill_bottle.choose_color()
target_pill_bottle.choose_color(user)

if(!label || !length(label))
remove_label(A, user)
Expand Down

0 comments on commit 5caa7ce

Please sign in to comment.