Skip to content

Commit

Permalink
labeller can be used on living creatures
Browse files Browse the repository at this point in the history
  • Loading branch information
KoboldCommando committed Sep 22, 2023
1 parent 39bd402 commit 52486ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/paperwork/handlabeler.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/hand_labeler
name = "hand labeler"
desc = "A combined label printer, applicator, and remover, all in a single portable device. Designed to be easy to operate and use."
desc = "A combined label printer, applicator, and remover, all in a single portable device. Designed to be easy to operate and use.\nUse while powered off to remove existing labels."
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "labeler0"
inhand_icon_state = null
Expand Down Expand Up @@ -55,9 +55,6 @@
if(length(A.name) + length(label) > 64)
to_chat(user, span_warning("Label too big!"))
return
if(ismob(A))
to_chat(user, span_warning("You can't label creatures!")) // use a collar
return

user.visible_message(span_notice("[user] labels [A] with \"[label]\"."), \
span_notice("You label [A] with \"[label]\"."))
Expand Down

0 comments on commit 52486ba

Please sign in to comment.