massive burndown (#29894)

This commit is contained in:
Contrabang
2025-07-27 20:52:39 +00:00
committed by GitHub
parent a596fba80d
commit 1504ed98be
1043 changed files with 0 additions and 3598 deletions
-3
View File
@@ -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
-7
View File
@@ -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)
-1
View File
@@ -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)