mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Preparation for 513 (#7677)
* Preparation for 513 * lentext replacement
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user