Allows precision placement of most items

This commit is contained in:
Cerebulon
2020-02-19 21:16:26 +00:00
parent 5770291b4e
commit f801cc95be
42 changed files with 150 additions and 57 deletions
@@ -296,6 +296,7 @@
desc = "A desk lamp with an adjustable mount."
icon_state = "lamp"
force = 10
center_of_mass = list("x" = 13,"y" = 11)
brightness_on = 10 //TFF 27/11/19 - post refactor fix for intensity levels.
w_class = ITEMSIZE_LARGE
power_use = 0
@@ -306,6 +307,7 @@
/obj/item/device/flashlight/lamp/green
desc = "A classic green-shaded desk lamp."
icon_state = "lampgreen"
center_of_mass = list("x" = 15,"y" = 11)
brightness_on = 5
flashlight_colour = "#FFC58F"