mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user