Merge pull request #365 from Artorp/chemisty-changes

Chemisty quality-of-life changes
This commit is contained in:
alex-gh
2014-08-09 22:34:54 +02:00
3 changed files with 37 additions and 3 deletions
@@ -152,6 +152,7 @@
␍ return
␍ attackby(obj/item/weapon/W as obj, mob/user as mob)
␍ ..()
␍ if(istype(W, /obj/item/weapon/pen) || istype(W, /obj/item/device/flashlight/pen))
␍ var/tmp_label = sanitize(input(user, "Enter a label for [src.name]","Label",src.label_text))
␍ if(length(tmp_label) > 10)