Belts and some select belt slot items no longer require a jumpsuit to wear (#23038)

* Why wear clothes when you can wear belts?

* Converted the ignore_under var into a flag
This commit is contained in:
SchrodingersWolf
2023-11-04 16:37:01 -04:00
committed by GitHub
parent 29351efba7
commit e6addfc6ac
11 changed files with 16 additions and 4 deletions
@@ -7,6 +7,7 @@
lefthand_file = 'icons/mob/inhands/equipment/belt_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/belt_righthand.dmi'
slot_flags = SLOT_FLAG_BELT
flags_2 = ALLOW_BELT_NO_JUMPSUIT_2 | BLOCKS_LIGHT_2
attack_verb = list("whipped", "lashed", "disciplined")
max_integrity = 300
equip_sound = 'sound/items/equip/toolbelt_equip.ogg'