mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Windowpainter (#14888)
* adds a window painting tool * Update code/game/objects/items/devices/window_painter.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * gigit * edited code to match steelslayer's suggestion * Update code/game/objects/items/devices/window_painter.dm OOF thank you for catching that Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: danni-boy <32673848+danni-boy@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
co-authored by
AffectedArc07
danni-boy
parent
ec5f7dd8a5
commit
ca97f9a92d
@@ -187,6 +187,14 @@
|
||||
build_path = /obj/item/pipe_painter
|
||||
category = list("initial", "Miscellaneous")
|
||||
|
||||
/datum/design/window_painter
|
||||
name = "Window Painter"
|
||||
id = "window_painter"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 5000, MAT_GLASS = 2000)
|
||||
build_path = /obj/item/pipe_painter/window_painter
|
||||
category = list("initial", "Miscellaneous")
|
||||
|
||||
/datum/design/floorpainter
|
||||
name = "Floor painter"
|
||||
id = "floor_painter"
|
||||
|
||||
Reference in New Issue
Block a user