fixes paint and paint remover descs (#24417)

This commit is contained in:
PKPenguin321
2017-02-25 17:49:13 -06:00
committed by KorPhaeron
parent f7e6327d0a
commit 4d7cdce861
+2 -1
View File
@@ -4,7 +4,7 @@
/obj/item/weapon/paint
gender= PLURAL
name = "paint"
desc = "Used to recolor floors and walls. Can not be removed by the janitor."
desc = "Used to recolor floors and walls. Can be removed by the janitor."
icon = 'icons/obj/items.dmi'
icon_state = "paint_neutral"
item_color = "FFFFFF"
@@ -92,6 +92,7 @@
/obj/item/weapon/paint/paint_remover
gender = PLURAL
name = "paint remover"
desc = "Used to remove color from floors and walls."
icon_state = "paint_neutral"
/obj/item/weapon/paint/paint_remover/afterattack(turf/target, mob/user, proximity)