mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
fixes paint and paint remover descs (#24417)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user