diff --git a/code/citadel/custom_loadout/custom_items.dm b/code/citadel/custom_loadout/custom_items.dm index 1c41a17cdd..6495d38a0f 100644 --- a/code/citadel/custom_loadout/custom_items.dm +++ b/code/citadel/custom_loadout/custom_items.dm @@ -28,8 +28,6 @@ w_class = WEIGHT_CLASS_TINY flags_1 = CONDUCT_1 slot_flags = SLOT_BELT - var/lit = 0 - var/fancy = TRUE heat = 1500 resistance_flags = FIRE_PROOF light_color = LIGHT_COLOR_FIRE \ No newline at end of file