mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +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
@@ -33,8 +33,8 @@ var/list/random_weighted_donuts = list(
|
||||
icon_state = "donutbox"
|
||||
name = "donut box"
|
||||
desc = "A box that holds tasty donuts, if you're lucky."
|
||||
center_of_mass_x = 16 //CHOMPEdit
|
||||
center_of_mass_y= 9 //CHOMPEdit
|
||||
center_of_mass_x = 16
|
||||
center_of_mass_y = 9
|
||||
max_storage_space = ITEMSIZE_COST_SMALL * 6
|
||||
can_hold = list(/obj/item/reagent_containers/food/snacks/donut)
|
||||
foldable = /obj/item/stack/material/cardboard
|
||||
|
||||
Reference in New Issue
Block a user