paperwork mini update, also ASS_BLAST_USA

This commit is contained in:
Letter N
2021-03-06 19:28:29 +08:00
parent 709aaa5006
commit 4463fd9513
24 changed files with 353 additions and 157 deletions
+3 -3
View File
@@ -40,7 +40,7 @@
. = ..()
if(!proximity)
return
if(!mode) //if it's off, give up.
if(!mode) //if it's off, give up.
return
if(!labels_left)
@@ -57,7 +57,7 @@
return
user.visible_message("<span class='notice'>[user] labels [A] with \"[label]\".</span>", \
"<span class='notice'>You label [A] with \"[label]\".</span>")
"<span class='notice'>You label [A] with \"[label]\".</span>")
A.AddComponent(/datum/component/label, label)
// playsound(A, 'sound/items/handling/component_pickup.ogg', 20, TRUE)
labels_left--
@@ -86,7 +86,7 @@
if(istype(I, /obj/item/hand_labeler_refill))
to_chat(user, "<span class='notice'>You insert [I] into [src].</span>")
qdel(I)
labels_left = initial(labels_left) //Yes, it's capped at its initial value
labels_left = initial(labels_left) //Yes, it's capped at its initial value
/obj/item/hand_labeler/borg
name = "cyborg-hand labeler"