Medical belt can load into fridge

- Fixed compiling error with glass.dm

- Medical belt will load apropriate items into the medical fridge when
used on the fridge
This commit is contained in:
Artorp
2014-08-09 03:18:31 +02:00
parent 4c59644d95
commit 32d14b8307
2 changed files with 5 additions and 5 deletions
@@ -152,9 +152,8 @@
␍ 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))
␍ ..()
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)
␍ user << "\red The label can be at most 10 characters long."