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

View File

@@ -231,6 +231,7 @@
desc = "A collapsed roller bed that can be carried around."
icon = 'icons/obj/rollerbed.dmi'
icon_state = "folded_rollerbed"
center_of_mass = list("x" = 17,"y" = 7)
slot_flags = SLOT_BACK
w_class = ITEMSIZE_LARGE
var/rollertype = /obj/item/roller

View File

@@ -6,6 +6,8 @@ var/global/list/stool_cache = list() //haha stool
desc = "Apply butt."
icon = 'icons/obj/furniture.dmi'
icon_state = "stool_preview" //set for the map
randpixel = 0
center_of_mass = null
force = 10
throwforce = 10
w_class = ITEMSIZE_HUGE