From fabfceaa5ab5602a18ff7be65ec2b1cfc965c5f7 Mon Sep 17 00:00:00 2001 From: RKF45 Date: Sat, 11 Jan 2014 22:50:22 +0100 Subject: [PATCH] Fixed forever! --- code/game/objects/items/weapons/paint.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/paint.dm b/code/game/objects/items/weapons/paint.dm index 69c9a5981b..cb4ed96878 100644 --- a/code/game/objects/items/weapons/paint.dm +++ b/code/game/objects/items/weapons/paint.dm @@ -177,7 +177,7 @@ datum/reagent/paint id = "paint_" reagent_state = 2 color = "#808080" - desc = "This paint will only adhere to floor tiles." + description = "This paint will only adhere to floor tiles." reaction_turf(var/turf/T, var/volume) if(!istype(T) || istype(T, /turf/space))