mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #365 from Artorp/chemisty-changes
Chemisty quality-of-life changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user