mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] removes center of mass list (#10081)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
1001f0408b
commit
499e8e7ee9
@@ -7,8 +7,8 @@
|
||||
//description_fluff = "This could be used to engrave messages on suitable surfaces if you really put your mind to it! Alt-click a floor or wall to engrave with it." //This way it's not a completely hidden, arcane art to engrave. //CHOMP Remove
|
||||
icon = 'icons/obj/tools.dmi'
|
||||
icon_state = "screwdriver"
|
||||
center_of_mass_x = 13 //CHOMPEdit
|
||||
center_of_mass_y= 7 //CHOMPEdit
|
||||
center_of_mass_x = 13
|
||||
center_of_mass_y = 7
|
||||
slot_flags = SLOT_BELT | SLOT_EARS
|
||||
force = 6
|
||||
w_class = ITEMSIZE_TINY
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
icon = 'icons/obj/tools.dmi'
|
||||
icon_state = "cutters"
|
||||
item_state = "cutters"
|
||||
center_of_mass_x = 18 //CHOMPEdit
|
||||
center_of_mass_y= 10 //CHOMPEdit
|
||||
center_of_mass_x = 18
|
||||
center_of_mass_y = 10
|
||||
slot_flags = SLOT_BELT
|
||||
force = 6
|
||||
throw_speed = 2
|
||||
|
||||
Reference in New Issue
Block a user