mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -12,9 +12,6 @@
|
||||
/obj/item/storage/belt/judobelt
|
||||
name = "\improper Corporate Judo Belt"
|
||||
desc = "Teaches the wearer NT Corporate Judo."
|
||||
icon = 'icons/obj/clothing/belts.dmi'
|
||||
lefthand_file = 'icons/mob/inhands/equipment/belt_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/belt_righthand.dmi'
|
||||
icon_state = "judobelt"
|
||||
item_state = "judo"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
|
||||
@@ -145,8 +145,6 @@
|
||||
// Krav Maga gloves
|
||||
/obj/item/clothing/gloves/color/black/krav_maga
|
||||
can_be_cut = FALSE
|
||||
resistance_flags = NONE
|
||||
dyeable = TRUE
|
||||
var/datum/martial_art/krav_maga/style
|
||||
|
||||
/obj/item/clothing/gloves/color/black/krav_maga/Initialize(mapload)
|
||||
@@ -203,11 +201,6 @@
|
||||
siemens_coefficient = 0
|
||||
permeability_coefficient = 0.05
|
||||
strip_delay = 8 SECONDS
|
||||
cold_protection = HANDS
|
||||
min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
|
||||
heat_protection = HANDS
|
||||
max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT
|
||||
resistance_flags = NONE
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 200, ACID = 50)
|
||||
|
||||
/obj/item/clothing/gloves/color/black/krav_maga/combat/examine_more(mob/user)
|
||||
|
||||
@@ -376,7 +376,6 @@
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
slot_flags = ITEM_SLOT_BACK
|
||||
throwforce = 20
|
||||
throw_speed = 2
|
||||
attack_verb = list("smashed", "slammed", "whacked", "thwacked")
|
||||
|
||||
/obj/item/bostaff/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user