mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Cool Painters (#10669)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/obj/item/device/floor_painter
|
||||
name = "paint gun"
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "labeler1"
|
||||
item_state = "flight"
|
||||
|
||||
icon = 'icons/obj/contained_items/tools/floor_painter.dmi'
|
||||
icon_state = "floor_painter"
|
||||
item_state = "floor_painter"
|
||||
contained_sprite = TRUE
|
||||
var/decal = "remove all decals"
|
||||
var/paint_dir = "precise"
|
||||
var/paint_colour = COLOR_WHITE
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
/obj/item/device/pipe_painter
|
||||
name = "pipe painter"
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon_state = "labeler1"
|
||||
item_state = "flight"
|
||||
icon = 'icons/obj/contained_items/tools/pipe_painter.dmi'
|
||||
icon_state = "pipe_painter"
|
||||
item_state = "pipe_painter"
|
||||
contained_sprite = TRUE
|
||||
var/list/modes
|
||||
var/mode
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- tweak: "Ported Pipe- and Floor Painter sprites from Paradise."
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 747 B |
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
Reference in New Issue
Block a user