mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +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
@@ -5,8 +5,8 @@
|
||||
flags = PHORONGUARD
|
||||
item_state_slots = list(slot_r_hand_str = "magboots", slot_l_hand_str = "magboots")
|
||||
species_restricted = null
|
||||
center_of_mass_x = 17 //CHOMPEdit
|
||||
center_of_mass_y= 12 //CHOMPEdit
|
||||
center_of_mass_x = 17
|
||||
center_of_mass_y = 12
|
||||
force = 3
|
||||
overshoes = 1
|
||||
shoes_under_pants = -1 //These things are huge
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
icon_state = "space"
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment."
|
||||
randpixel = 0
|
||||
center_of_mass_x = 0 //CHOMPEdit
|
||||
center_of_mass_y = 0 //CHOMPEdit
|
||||
center_of_mass_x = 0
|
||||
center_of_mass_y = 0
|
||||
flags = PHORONGUARD
|
||||
item_flags = THICKMATERIAL | AIRTIGHT | ALLOW_SURVIVALFOOD
|
||||
permeability_coefficient = 0 //Chompedit was 0.01, zeroed to test protecting those who are vulnerable to water.
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
icon_state = "bio"
|
||||
desc = "A hood that protects the head and face from biological comtaminants."
|
||||
randpixel = 0
|
||||
center_of_mass_x = 0 //CHOMPEdit
|
||||
center_of_mass_y = 0 //CHOMPEdit
|
||||
center_of_mass_x = 0
|
||||
center_of_mass_y = 0
|
||||
permeability_coefficient = 0.01
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 100, rad = 20)
|
||||
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|BLOCKHAIR
|
||||
|
||||
Reference in New Issue
Block a user