Preparation for 513 (#7677)

* Preparation for 513

* lentext replacement
This commit is contained in:
Matt Atlas
2019-12-18 08:10:16 +01:00
committed by Werner
parent 8ad9e76bed
commit decc0b14a7
26 changed files with 86 additions and 73 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
/obj/item/reagent_containers/glass/paint/Initialize()
. = ..()
if(paint_type && lentext(paint_type) > 0)
if(paint_type && length(paint_type) > 0)
name = paint_type + " " + name
reagents.add_reagent("water", volume*3/5)
reagents.add_reagent("plasticide", volume/5)