mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 12:13:38 +01:00
[MIRROR] removes center of mass list (#10081)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1001f0408b
commit
499e8e7ee9
@@ -268,8 +268,8 @@
|
||||
desc = "A collapsed roller bed that can be carried around."
|
||||
icon = 'icons/obj/rollerbed.dmi'
|
||||
icon_state = "folded_rollerbed"
|
||||
center_of_mass_x = 17 //CHOMPEdit
|
||||
center_of_mass_y= 7 //CHOMPEdit
|
||||
center_of_mass_x = 17
|
||||
center_of_mass_y = 7
|
||||
slot_flags = SLOT_BACK
|
||||
w_class = ITEMSIZE_LARGE
|
||||
var/rollertype = /obj/item/roller
|
||||
|
||||
@@ -7,8 +7,8 @@ var/global/list/stool_cache = list() //haha stool
|
||||
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - new Icons
|
||||
icon_state = "stool_preview" //set for the map
|
||||
randpixel = 0
|
||||
center_of_mass_x = 0 //CHOMPEdit
|
||||
center_of_mass_y = 0 //CHOMPEdit
|
||||
center_of_mass_x = 0
|
||||
center_of_mass_y = 0
|
||||
force = 10
|
||||
throwforce = 10
|
||||
w_class = ITEMSIZE_HUGE
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - new Icons
|
||||
icon_state = "bar_stool_preview" //set for the map
|
||||
randpixel = 0
|
||||
center_of_mass_x = 0 //CHOMPEdit
|
||||
center_of_mass_y = 0 //CHOMPEdit
|
||||
center_of_mass_x = 0
|
||||
center_of_mass_y = 0
|
||||
force = 10
|
||||
throwforce = 10
|
||||
w_class = ITEMSIZE_HUGE
|
||||
|
||||
Reference in New Issue
Block a user