Some Loadout Additions (#89500)

This commit is contained in:
Jacquerel
2025-03-12 16:41:36 -04:00
committed by Roxy
parent 5767493a09
commit 948241b04d
22 changed files with 208 additions and 67 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
return
var/mob/living/carbon/dude = target
var/obj/item/clothing/shoes/sick_kicks = dude.shoes
if (!sick_kicks?.can_be_tied)
if (!sick_kicks || sick_kicks.fastening_type == SHOES_SLIPON)
to_chat(user, span_warning("[dude] does not have knottable shoes!"), confidential = TRUE)
return
sick_kicks.adjust_laces(SHOES_KNOTTED)