mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Exploration Equipment Vendors and misc changes (#7616)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
/obj/item/clothing/shoes/mech_shoes
|
||||
name = "mech shoes"
|
||||
desc = "Thud thud."
|
||||
icon_state = "nothing"
|
||||
icon_state = "jackboots"
|
||||
armor = list(melee = 30, bullet = 10, laser = 10, energy = 15, bomb = 20, bio = 0, rad = 0) // Same as loadout jackboots.
|
||||
siemens_coefficient = 0.7 // Same as loadout jackboots.
|
||||
can_hold_knife = 1
|
||||
force = 2
|
||||
species_restricted = null
|
||||
var/list/squeak_sound = list("mechstep"=1) //Squeak sound list. Necessary so our subtypes can have different sounds loaded into their component
|
||||
|
||||
Reference in New Issue
Block a user